Changeset 152599 for src/Dynamics/ForceAnnealing.hpp
- Timestamp:
- Aug 2, 2017, 8:50:28 PM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- 504492
- Parents:
- 208b60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
r208b60 r152599 315 315 RemnantGradient_per_atom_t RemnantGradient_per_atom; 316 316 for (size_t timestep = 0; timestep <= 1; ++timestep) { 317 // TODO: We have this extra step in between because of DoOutput copying318 // change this making the code easier to understand319 317 const size_t CurrentStep = CurrentTimeStep-timestep >= 0 ? CurrentTimeStep - timestep : 0; 320 318 LOG(2, "DEBUG: CurrentTimeStep is " << CurrentTimeStep
Note:
See TracChangeset
for help on using the changeset viewer.