Ignore:
Timestamp:
Sep 30, 2016, 3:51:24 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ParseParticles_split_forward_backward_Actions
Children:
4d1aef
Parents:
ee19b7
git-author:
Frederik Heber <heber@…> (09/27/16 11:30:09)
git-committer:
Frederik Heber <heber@…> (09/30/16 15:51:24)
Message:

FIX: Stepping on to next time step in ForceAnnealing was deactivated.

  • this is probably bad when using the ForceAnnealing action alone. Only at the moment we don't have an action that progresses one time step.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Actions/MoleculeAction/ForceAnnealingAction.cpp

    ree19b7 r49e803  
    119119  STATUS("Successfully optimized structure by one step.");
    120120
    121 //  // increment to next time step
    122 //  World::getInstance().setTime(CurrentStep+1);
     121  // increment to next time step
     122  World::getInstance().setTime(CurrentStep+1);
    123123
    124124  std::vector<AtomicInfo> RedoInfo;
Note: See TracChangeset for help on using the changeset viewer.