Changeset b794f5 for src/Potentials/Specifics/ManyBodyPotential_Tersoff.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/ManyBodyPotential_Tersoff.hpp
r7ec605 rb794f5 216 216 /** Provides the specific subgraph for this specific empirical potential. 217 217 * 218 * \return subgraph encoded as boost::graph's adjacency_list 219 */ 220 boost::adjacency_list<> getSubgraph() const; 218 * \return subgraph describing the potential's bonding model 219 */ 220 const PotentialSubgraph& getSubgraph() const 221 { return subgraph; } 221 222 222 223 private: … … 370 371 //!> internal coordinator object for converting arguments_t 371 372 static Coordinator::ptr coordinator; 373 374 //!> internal subgraph describing the subgraph modeled by this potential 375 static const PotentialSubgraph subgraph; 372 376 }; 373 377
Note:
See TracChangeset
for help on using the changeset viewer.
