Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
c4afdf3
Parents:
0c8989
git-author:
Frederik Heber <frederik.heber@…> (05/14/21 20:49:47)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Added number of particle types getter to EmpiricalPotential.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/FourBodyPotential_Torsion.hpp

    r0c8989 r3f8238  
    198198  { return bindingmodel; }
    199199
     200  /**
     201   * Returns the number of particle types associated with the potential.
     202   *
     203   * \return number of particle types
     204   */
     205  unsigned int getParticleTypeNumber() const
     206  { return 4; }
     207
    200208protected:
    201209  virtual result_t function_theta(
Note: See TracChangeset for help on using the changeset viewer.