Changeset ddb998 for src/Potentials/Specifics/PairPotential_Harmonic.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/PairPotential_Harmonic.hpp
ra14673 rddb998 191 191 * \return subgraph describing the potential's bonding model 192 192 */ 193 const Potential Subgraph& getSubgraph() const193 const PotentialGraph& getSubgraph() const 194 194 { return subgraph; } 195 195 … … 208 208 209 209 //!> internal subgraph describing the subgraph modeled by this potential 210 static const Potential Subgraph subgraph;210 static const PotentialGraph subgraph; 211 211 }; 212 212
Note:
See TracChangeset
for help on using the changeset viewer.
