- 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/FourBodyPotential_Improper.hpp
ra14673 rddb998 57 57 * \return subgraph describing the potential's bonding model 58 58 */ 59 const Potential Subgraph& getSubgraph() const59 const PotentialGraph& getSubgraph() const 60 60 { return subgraph; } 61 61 … … 101 101 102 102 //!> internal subgraph describing the subgraph modeled by this potential 103 static const Potential Subgraph subgraph;103 static const PotentialGraph subgraph; 104 104 }; 105 105
Note:
See TracChangeset
for help on using the changeset viewer.
