Changeset ddb998 for src/Potentials/Specifics/ConstantPotential.hpp
- Timestamp:
- Oct 3, 2016, 5:40:40 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ffad62
- Parents:
- a14673
- File:
-
- 1 edited
-
src/Potentials/Specifics/ConstantPotential.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ConstantPotential.hpp
ra14673 rddb998 189 189 * \return subgraph describing the potential's bonding model 190 190 */ 191 const Potential Subgraph& getSubgraph() const191 const PotentialGraph& getSubgraph() const 192 192 { return subgraph; } 193 193 … … 206 206 207 207 //!> internal subgraph describing the subgraph modeled by this potential 208 static const Potential Subgraph subgraph;208 static const PotentialGraph subgraph; 209 209 }; 210 210
Note:
See TracChangeset
for help on using the changeset viewer.
