Changeset 9bf59c for src/Potentials/PotentialTrainer.cpp
- Timestamp:
- Aug 31, 2016, 12:37:14 PM (9 years ago)
- Branches:
- Gui_Fixes
- Children:
- b9180c9
- Parents:
- e83a7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/PotentialTrainer.cpp
re83a7e r9bf59c 79 79 ASSERT( model != NULL, 80 80 "PotentialTrainer::operator() - model is NULL."); 81 82 if (model->begin() == model->end()) { 83 ELOG(1, "Could not find any suitable potentials for the compound potential."); 84 return false; 85 } 81 86 82 87 /******************** TRAINING ********************/
Note:
See TracChangeset
for help on using the changeset viewer.