Changeset ccbdf4 for src/Dynamics/ForceAnnealing.hpp
- Timestamp:
- Aug 2, 2017, 8:25:57 PM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- c4a725
- Parents:
- 90e540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
r90e540 rccbdf4 352 352 boost::cref(bv), boost::ref(projected_forces)); 353 353 const Vector RemnantGradient = bv.getRemnantGradientForAtomAtStep( 354 walker, BondVectors, weights, timestep, forcestoring354 walker, walkerGradient, BondVectors, weights, timestep, forcestoring 355 355 ); 356 356 RemnantGradient_per_atom.insert( std::make_pair(walker.getId(), RemnantGradient) );
Note:
See TracChangeset
for help on using the changeset viewer.