Changeset 4919f0 for src/Actions/MoleculeAction
- Timestamp:
- Aug 3, 2017, 10:46:48 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- cee565
- Parents:
- fcc860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/VerletIntegrationAction.cpp
rfcc860 r4919f0 134 134 135 135 // remove current step for all modified atoms 136 remove LastStep(getIdsFromAtomicInfo(state->UndoInfo), CurrentStep+1);136 removeSteps(getIdsFromAtomicInfo(state->UndoInfo), CurrentStep+1, CurrentStep+1); 137 137 138 138 // and set back the old step (forces have been changed)
Note:
See TracChangeset
for help on using the changeset viewer.