- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/LinearInterpolationBetweenSteps.hpp
ra9b86d radb5cda 55 55 if (!MapByIdentity) { 56 56 LOG(1, "STATUS: Constructing atom mapping from start to end position."); 57 molecule::atomSet atoms_list; 58 copy(atoms.begin(), atoms.end(), atoms_list.begin()); 59 MinimiseConstrainedPotential Minimiser(atoms_list, PermutationMap); 57 MinimiseConstrainedPotential Minimiser(atoms, PermutationMap); 60 58 Minimiser(startstep, endstep, IsAngstroem); 61 59 } else {
Note:
See TracChangeset
for help on using the changeset viewer.