Changes in src/Atom/atom.hpp [8cc22f:7e51e1]
- File:
-
- 1 edited
-
src/Atom/atom.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/atom.hpp
r8cc22f r7e51e1 65 65 * real functions, \sa AppendTrajectoryStep(), by all necessary subclasses. 66 66 */ 67 virtual void UpdateStep (const unsigned int _step);67 virtual void UpdateSteps(); 68 68 69 69 /** Pops the last step in all trajectory vectors. … … 73 73 * the real functions, \sa removeTrajectoryStep(), by all necessary subclasses. 74 74 */ 75 virtual void removeStep (const unsigned int _step);75 virtual void removeSteps(); 76 76 77 77 /** Output of a single atom with given numbering.
Note:
See TracChangeset
for help on using the changeset viewer.
