Ignore:
Timestamp:
Oct 3, 2016, 5:40:40 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
ffad62
Parents:
a14673
Message:

tempcommit: Renamed PotentialSubgraph -> PotentialGraph.

File:
1 edited

Legend:

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

    ra14673 rddb998  
    193193   * \return subgraph describing the potential's bonding model
    194194   */
    195   const PotentialSubgraph& getSubgraph() const
     195  const PotentialGraph& getSubgraph() const
    196196  { return subgraph; }
    197197
     
    217217
    218218  //!> internal subgraph describing the subgraph modeled by this potential
    219   static const PotentialSubgraph subgraph;
     219  static const PotentialGraph subgraph;
    220220};
    221221
Note: See TracChangeset for help on using the changeset viewer.