Changeset ddb998 for src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp
- Timestamp:
- Oct 3, 2016, 5:40:40 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ffad62
- Parents:
- a14673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp
ra14673 rddb998 193 193 * \return subgraph describing the potential's bonding model 194 194 */ 195 const Potential Subgraph& getSubgraph() const195 const PotentialGraph& getSubgraph() const 196 196 { return subgraph; } 197 197 … … 217 217 218 218 //!> internal subgraph describing the subgraph modeled by this potential 219 static const Potential Subgraph subgraph;219 static const PotentialGraph subgraph; 220 220 }; 221 221
Note:
See TracChangeset
for help on using the changeset viewer.
