Changeset 0b7036 for src/Potentials/Specifics/ConstantPotential.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/Specifics/ConstantPotential.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ConstantPotential.hpp
rbe20db r0b7036 184 184 }; 185 185 186 protected: 187 /** Provides the specific subgraph for this specific empirical potential. 188 * 189 * \return subgraph encoded as boost::graph's adjacency_list 190 */ 191 boost::adjacency_list<> getSubgraph() const; 192 186 193 private: 187 194 //!> parameter vector with parameters as in enum parameter_enum_t
Note:
See TracChangeset
for help on using the changeset viewer.
