Changeset b794f5 for src/Potentials/Specifics/PairPotential_Harmonic.hpp
- Timestamp:
- Oct 3, 2016, 5:26:53 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ce0b0c
- Parents:
- 7ec605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/PairPotential_Harmonic.hpp
r7ec605 rb794f5 189 189 /** Provides the specific subgraph for this specific empirical potential. 190 190 * 191 * \return subgraph encoded as boost::graph's adjacency_list 192 */ 193 boost::adjacency_list<> getSubgraph() const; 191 * \return subgraph describing the potential's bonding model 192 */ 193 const PotentialSubgraph& getSubgraph() const 194 { return subgraph; } 194 195 195 196 private: … … 205 206 //!> internal coordinator object for converting arguments_t 206 207 static Coordinator::ptr coordinator; 208 209 //!> internal subgraph describing the subgraph modeled by this potential 210 static const PotentialSubgraph subgraph; 207 211 }; 208 212
Note:
See TracChangeset
for help on using the changeset viewer.
