Changes in src/Actions/UndoRedoHelpers.hpp [7e51e1:8cc22f]
- File:
-
- 1 edited
-
src/Actions/UndoRedoHelpers.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.hpp
r7e51e1 r8cc22f 107 107 * 108 108 * @param movedatoms atoms whose last step in time to remove 109 * @param _step which trajectory to remove 109 110 */ 110 void removeLastStep(const std::vector<atomId_t> &movedatoms );111 void removeLastStep(const std::vector<atomId_t> &movedatoms, const unsigned int _step); 111 112 112 113 /** Adds another time step to all \a movedatoms. … … 115 116 * 116 117 * @param _ids atoms whose last step in time to remove 118 * @param _step which trajectory to insert/assign 117 119 */ 118 void addNewStep(const std::vector<atomId_t> &_ids );120 void addNewStep(const std::vector<atomId_t> &_ids, const unsigned int _step); 119 121 120 122 /** Adds another time step to all \a movedatoms. … … 124 126 * 125 127 * @param _movedatoms atoms whose last step in time to remove 128 * @param _step which trajectory to insert/assign 126 129 */ 127 void addNewStep(const std::vector<AtomicInfo> &_movedatoms );130 void addNewStep(const std::vector<AtomicInfo> &_movedatoms, const unsigned int _step); 128 131 129 132 /** Helper function to extract id information from vector of AtomicInfo.
Note:
See TracChangeset
for help on using the changeset viewer.
