Changeset 6145577 for src/Actions/UndoRedoHelpers.cpp
- Timestamp:
- Apr 10, 2018, 6:43:12 AM (8 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision, stable
- Children:
- c87d6e
- Parents:
- 8c6b68
- git-author:
- Frederik Heber <frederik.heber@…> (08/03/17 10:47:26)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:12)
- File:
-
- 1 edited
-
src/Actions/UndoRedoHelpers.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.cpp
r8c6b68 r6145577 145 145 } 146 146 147 void MoleCuilder::SetAtomsFromAtomicInfo(const std::vector<AtomicInfo> &_movedatoms) 147 void MoleCuilder::SetAtomsFromAtomicInfo( 148 const std::vector<AtomicInfo> &_movedatoms, 149 const unsigned int _step) 148 150 { 149 151 BOOST_FOREACH( const AtomicInfo &_atominfo, _movedatoms) { … … 153 155 "MoleCuilder::SetAtomsFromAtomicInfo() - cannot find atom with id " 154 156 +toString(id)+" in the world."); 155 _atominfo.setAtom( *_atom );157 _atominfo.setAtom( *_atom, _step ); 156 158 } 157 159 }
Note:
See TracChangeset
for help on using the changeset viewer.
