Changeset 6cfb22a
- Timestamp:
- Oct 3, 2016, 6:04:17 PM (8 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ec3c67
- Parents:
- fc08c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/TrainingData.cpp
rfc08c7 r6cfb22a 57 57 void TrainingData::operator()(const range_t &range) { 58 58 for (HomologyContainer::const_iterator iter = range.first; iter != range.second; ++iter) { 59 const HomologyGraph &graph = iter->first; 59 60 const Fragment &fragment = iter->second.fragment; 60 61 FunctionModel::arguments_t all_args = Extractors::gatherAllSymmetricDistances(
Note:
See TracChangeset
for help on using the changeset viewer.