Changeset 0b7036 for src/Potentials/EmpiricalPotential.hpp
- Timestamp:
- Oct 3, 2016, 11:13:52 AM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 11bab4
- Parents:
- be20db
- git-author:
- Frederik Heber <heber@…> (10/03/16 11:13:49)
- git-committer:
- Frederik Heber <heber@…> (10/03/16 11:13:52)
- File:
-
- 1 edited
-
src/Potentials/EmpiricalPotential.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/EmpiricalPotential.hpp
rbe20db r0b7036 16 16 17 17 #include <vector> 18 19 #include <boost/graph/adjacency_list.hpp> 18 20 19 21 #include "FunctionApproximation/FunctionArgument.hpp" … … 82 84 83 85 protected: 86 /** Provides the specific subgraph for this specific empirical potential. 87 * 88 * \return subgraph encoded as boost::graph's adjacency_list 89 */ 90 virtual boost::adjacency_list<> getSubgraph() const=0; 91 84 92 /** Default constructor for class EmpiricalPotential. 85 93 *
Note:
See TracChangeset
for help on using the changeset viewer.
