Changeset 4919f0 for src/Atom/atom.hpp


Ignore:
Timestamp:
Aug 3, 2017, 10:46:48 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
cee565
Parents:
fcc860
Message:

atom::removeStep() extended to removing interval of steps.

  • AtomInfo::removeTrajectorySteps() and BondedParticle::removeTrajectorySteps() changed and all calls adapted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Atom/atom.hpp

    rfcc860 r4919f0  
    7979   * This allows to decrease all trajectories contained in different classes
    8080   * by one consistently. This is implemented by the topmost class which calls
    81    * the real functions, \sa removeTrajectoryStep(), by all necessary subclasses.
    82    */
    83   virtual void removeStep(const unsigned int _step);
     81   * the real functions, \sa removeTrajectorySteps(), by all necessary subclasses.
     82   *
     83   * \param _firststep first step in interval to be removed
     84   * \param _laststep last step in interval to be removed
     85   */
     86  virtual void removeSteps(const unsigned int _firststep, const unsigned int _laststep);
    8487
    8588  /** Output of a single atom with given numbering.
Note: See TracChangeset for help on using the changeset viewer.