Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Dynamics/LinearInterpolationBetweenSteps.hpp

    ra9b86d radb5cda  
    5555    if (!MapByIdentity) {
    5656      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);
    6058      Minimiser(startstep, endstep, IsAngstroem);
    6159    } else {
Note: See TracChangeset for help on using the changeset viewer.