Changeset 4919f0 for src/Atom/TesselPoint.hpp
- 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/Atom/TesselPoint.hpp
rfcc860 r4919f0 43 43 * This allows to decrease all trajectories contained in different classes 44 44 * by one consistently. This is implemented by the topmost class which calls 45 * the real functions, \sa removeTrajectoryStep(), by all necessary subclasses. 45 * the real functions, \sa removeTrajectorySteps(), by all necessary subclasses. 46 * 47 * \param _firststep first step in interval to be removed 48 * \param _laststep last step in interval to be removed 46 49 */ 47 virtual void removeStep (const unsigned int _step);50 virtual void removeSteps(const unsigned int _firststep, const unsigned int _laststep); 48 51 49 52 /** Getter for this.
Note:
See TracChangeset
for help on using the changeset viewer.