Ignore:
Timestamp:
Aug 2, 2017, 8:50:28 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
504492
Parents:
208b60
Message:

tempcommit: Removed note about stupid DoOutput copying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Dynamics/ForceAnnealing.hpp

    r208b60 r152599  
    315315    RemnantGradient_per_atom_t RemnantGradient_per_atom;
    316316    for (size_t timestep = 0; timestep <= 1; ++timestep) {
    317       // TODO: We have this extra step in between because of DoOutput copying
    318       // change this making the code easier to understand
    319317      const size_t CurrentStep = CurrentTimeStep-timestep >= 0 ? CurrentTimeStep - timestep : 0;
    320318      LOG(2, "DEBUG: CurrentTimeStep is " << CurrentTimeStep
Note: See TracChangeset for help on using the changeset viewer.