Changeset cc9c36 for pcp/src/run.c


Ignore:
Timestamp:
Apr 22, 2008, 12:29:35 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
9bdd86
Parents:
87b8ed
Message:

CalculateChemicalShielding() renamed to CalculateMagneticMoment() and (small) changes to code.

The routine does already almost all that's wanted for moments, only prefactors needed change. The rest was just renaming [sS]igma to [mM]oment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/run.c

    r87b8ed rcc9c36  
    11381138          CalculateMagneticSusceptibility(P);
    11391139          debug(P,"Normal calculation of shielding over R-space");
    1140           CalculateChemicalShielding(P);
     1140          CalculateMagneticMoment(P);
    11411141          CalculateChemicalShieldingByReciprocalCurrentDensity(P);
    11421142          SpeedMeasure(P, CurrDensTime, StopTimeDo);
Note: See TracChangeset for help on using the changeset viewer.