Changeset b794f5 for src/Potentials/EmpiricalPotential.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/EmpiricalPotential.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/EmpiricalPotential.hpp
r7ec605 rb794f5 86 86 /** Provides the specific subgraph for this specific empirical potential. 87 87 * 88 * \return subgraph encoded as boost::graph's adjacency_list88 * \return subgraph describing the potential's bonding model 89 89 */ 90 virtual boost::adjacency_list<>getSubgraph() const=0;90 virtual const PotentialSubgraph& getSubgraph() const=0; 91 91 92 92 /** Default constructor for class EmpiricalPotential.
Note:
See TracChangeset
for help on using the changeset viewer.
