Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/UndoRedoHelpers.hpp

    raf9be32 r8ea3e7  
    7070   */
    7171  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);
    7278}
    7379
Note: See TracChangeset for help on using the changeset viewer.