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/ManyBodyPotential_Tersoff.hpp

    r0c8989 r3f8238  
    220220  { return bindingmodel; }
    221221
     222  /**
     223   * Returns the number of particle types associated with the potential.
     224   *
     225   * \return number of particle types
     226   */
     227  unsigned int getParticleTypeNumber() const
     228  { return 2; }
     229
    222230private:
    223231  /** This function represents the cutoff \f$ f_C \f$.
Note: See TracChangeset for help on using the changeset viewer.