Changeset c9b32a for pcp


Ignore:
Timestamp:
Apr 24, 2008, 11:24:40 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
054af7
Parents:
464c6d
Message:

CalculateMagneticSusceptibility(): small fix in header to align column names correctly with values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/perturbed.c

    r464c6d rc9b32a  
    30433043      OpenFile(P, &ChiFile, suffixchi, "w", P->Call.out[ReadOut]);
    30443044      fprintf(ChiFile,"# magnetic susceptibility tensor chi[00,11,22] Principal Axis System, seed %i, config %s, run on %s", R->Seed, P->Files.default_path, ctime(&seconds));
    3045       fprintf(ChiFile,"# Ecut\tChi_XX\t\tChi_YY\t\tChi_ZZ\tsusceptib\tanisotropy\tasymmetry\tS\t\tA\n");
     3045      fprintf(ChiFile,"# Ecut\tChi_XX\t\tChi_YY\t\tChi_ZZ\t\tsusceptibility\tanisotropy\tasymmetry\tS\t\tA\n");
    30463046    } else
    30473047      OpenFile(P, &ChiFile, suffixchi, "a", P->Call.out[ReadOut]);
Note: See TracChangeset for help on using the changeset viewer.