Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/UndoRedoHelpers.hpp

    r7e51e1 r8cc22f  
    107107   *
    108108   * @param movedatoms atoms whose last step in time to remove
     109   * @param _step which trajectory to remove
    109110   */
    110   void removeLastStep(const std::vector<atomId_t> &movedatoms);
     111  void removeLastStep(const std::vector<atomId_t> &movedatoms, const unsigned int _step);
    111112
    112113  /** Adds another time step to all \a movedatoms.
     
    115116   *
    116117   * @param _ids atoms whose last step in time to remove
     118   * @param _step which trajectory to insert/assign
    117119   */
    118   void addNewStep(const std::vector<atomId_t> &_ids);
     120  void addNewStep(const std::vector<atomId_t> &_ids, const unsigned int _step);
    119121
    120122  /** Adds another time step to all \a movedatoms.
     
    124126   *
    125127   * @param _movedatoms atoms whose last step in time to remove
     128   * @param _step which trajectory to insert/assign
    126129   */
    127   void addNewStep(const std::vector<AtomicInfo> &_movedatoms);
     130  void addNewStep(const std::vector<AtomicInfo> &_movedatoms, const unsigned int _step);
    128131
    129132  /** Helper function to extract id information from vector of AtomicInfo.
Note: See TracChangeset for help on using the changeset viewer.