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