Changeset a9908c
- Timestamp:
- Oct 9, 2016, 9:17:12 PM (9 years ago)
- Branches:
- Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
- Children:
- da32f4
- Parents:
- 9cf1e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/ForceAnnealingAction.cpp
r9cf1e2 ra9908c 71 71 return Action::failure; 72 72 } 73 if (set.size() == (size_t)1) { 74 STATUS("ForceAnnealing on a single atom makes no sense due to net force correction."); 75 return Action::failure; 76 } 77 73 78 // we always operate relative to current time step, except on single debug output 74 79 size_t CurrentStep = WorldTime::getInstance().getTime();
Note:
See TracChangeset
for help on using the changeset viewer.