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