Changes in src/Actions/UndoRedoHelpers.hpp [af9be32:8ea3e7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoRedoHelpers.hpp
raf9be32 r8ea3e7 70 70 */ 71 71 void ResetAtomPosition(const std::vector<AtomicInfo> &movedatoms, const std::vector<Vector> &MovedToVector); 72 73 /** Remove all molecules identified by their ids given in \a ids. 74 * 75 * @param ids vector of molecular ids to remove 76 */ 77 void RemoveMoleculesWithAtomsByIds(const std::vector<moleculeId_t> &ids); 72 78 } 73 79
Note:
See TracChangeset
for help on using the changeset viewer.