Ignore:
Timestamp:
Apr 23, 2021, 8:43:27 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
ea30e6
Parents:
4de4f6
git-author:
Frederik Heber <frederik.heber@…> (10/04/20 21:45:25)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 20:43:27)
Message:

StretchBondAction will used tabled distances when given distance is less or equal zero.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BondGraph.hpp

    r4de4f6 r38bcbe  
    414414  }
    415415
    416 private:
    417   /** Convenience function to place access to World::getLinkedCell() into source module.
    418    *
    419    * @return ref to LinkedCell_View
    420    */
    421   LinkedCell::LinkedCell_View getLinkedCell(const double max_distance) const;
    422 
    423   /** Convenience function to place access to World::getDomain() into source module.
    424    *
    425    * @return ref to Box
    426    */
    427   Box &getDomain() const;
    428 
    429   /** Convenience function to place access to WorldTime::getTime() into source module.
    430    *
    431    * @return current time step
    432    */
    433   unsigned int getTime() const;
    434 
    435416  /** Returns the BondLengthMatrix entry for a given index pair.
    436417   * \param firstelement index/atom number of first element (row index)
     
    441422      int firstelement,
    442423      int secondelement) const;
     424
     425private:
     426  /** Convenience function to place access to World::getLinkedCell() into source module.
     427   *
     428   * @return ref to LinkedCell_View
     429   */
     430  LinkedCell::LinkedCell_View getLinkedCell(const double max_distance) const;
     431
     432  /** Convenience function to place access to World::getDomain() into source module.
     433   *
     434   * @return ref to Box
     435   */
     436  Box &getDomain() const;
     437
     438  /** Convenience function to place access to WorldTime::getTime() into source module.
     439   *
     440   * @return current time step
     441   */
     442  unsigned int getTime() const;
    443443
    444444  /** Returns bond criterion for given pair based on a bond length matrix.
Note: See TracChangeset for help on using the changeset viewer.