- 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/FourBodyPotential_Improper.hpp
r7ec605 rb794f5 55 55 /** Provides the specific subgraph for this specific empirical potential. 56 56 * 57 * \return subgraph encoded as boost::graph's adjacency_list57 * \return subgraph describing the potential's bonding model 58 58 */ 59 boost::adjacency_list<> getSubgraph() const; 59 const PotentialSubgraph& getSubgraph() const 60 { return subgraph; } 60 61 61 62 public: … … 98 99 //!> internal coordinator object for converting arguments_t 99 100 static Coordinator::ptr coordinator; 101 102 //!> internal subgraph describing the subgraph modeled by this potential 103 static const PotentialSubgraph subgraph; 100 104 }; 101 105
Note:
See TracChangeset
for help on using the changeset viewer.
