Changeset ae0078


Ignore:
Timestamp:
May 30, 2008, 10:44:15 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
bdba3c
Parents:
328544
Message:

CalculateMD(): extra CalculateForce() only done in DoPerturbation case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/run.c

    r328544 rae0078  
    17821782    OutputIonCoordinates(P, 1);
    17831783  }
    1784   if (I->StructOpt && !OuterStop) {
     1784  if ((I->StructOpt) && (!OuterStop) && (R->DoPerturbation)) { // do one last perturbation if desired calculation
    17851785    I->StructOpt = 0;
    17861786    OuterStop = CalculateForce(P);
Note: See TracChangeset for help on using the changeset viewer.