Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/UndoRedoHelpers.hpp

    r8cc22f r7e51e1  
    107107   *
    108108   * @param movedatoms atoms whose last step in time to remove
    109    * @param _step which trajectory to remove
    110109   */
    111   void removeLastStep(const std::vector<atomId_t> &movedatoms, const unsigned int _step);
     110  void removeLastStep(const std::vector<atomId_t> &movedatoms);
    112111
    113112  /** Adds another time step to all \a movedatoms.
     
    116115   *
    117116   * @param _ids atoms whose last step in time to remove
    118    * @param _step which trajectory to insert/assign
    119117   */
    120   void addNewStep(const std::vector<atomId_t> &_ids, const unsigned int _step);
     118  void addNewStep(const std::vector<atomId_t> &_ids);
    121119
    122120  /** Adds another time step to all \a movedatoms.
     
    126124   *
    127125   * @param _movedatoms atoms whose last step in time to remove
    128    * @param _step which trajectory to insert/assign
    129126   */
    130   void addNewStep(const std::vector<AtomicInfo> &_movedatoms, const unsigned int _step);
     127  void addNewStep(const std::vector<AtomicInfo> &_movedatoms);
    131128
    132129  /** Helper function to extract id information from vector of AtomicInfo.
Note: See TracChangeset for help on using the changeset viewer.