Changeset be20db for src/documentation/constructs
- Timestamp:
- Oct 3, 2016, 11:13:32 AM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 0b7036
- Parents:
- c93e58
- git-author:
- Frederik Heber <heber@…> (10/03/16 10:35:00)
- git-committer:
- Frederik Heber <heber@…> (10/03/16 11:13:32)
- File:
-
- 1 edited
-
src/documentation/constructs/potentials.dox (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/documentation/constructs/potentials.dox
rc93e58 rbe20db 158 158 * HomologyContainer homologies; 159 159 * const HomologyGraph graph = getSomeGraph(homologies); 160 * Fragment:: charges_t h2o;160 * Fragment::atomicnumbers_t h2o; 161 161 * h2o += 8,1,1; 162 162 * // TrainingData needs so called Extractors to get the required distances … … 165 165 * boost::bind(&Extractors::gatherDistancesFromFragment, 166 166 * boost::bind(&Fragment::getPositions, _1), 167 * boost::bind(&Fragment::get Charges, _1),167 * boost::bind(&Fragment::getAtomicNumbers, _1), 168 168 * boost::cref(h2o), 169 169 * _2)
Note:
See TracChangeset
for help on using the changeset viewer.
