Changeset 61cc0f
- Timestamp:
- Apr 23, 2021, 8:31:23 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, Candidate_v1.7.1, stable
- Children:
- da30ddf
- Parents:
- d40189
- git-author:
- Frederik Heber <frederik.heber@…> (06/21/20 21:28:42)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:31:23)
- Location:
- src/Actions
- Files:
-
- 2 edited
-
FragmentationAction/FragmentationAutomationAction.cpp (modified) (1 diff)
-
MoleculeAction/SaveEnergiesAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAutomationAction.cpp
rd40189 r61cc0f 517 517 FragmentJobQueue::getInstance().clear(); 518 518 519 if (Exitflag != 0) 520 STATUS("Controller has returned failure."); 519 if (Exitflag != 0) { 520 STATUS("Controller has returned failure: "+toString(Exitflag)); 521 } 521 522 return (Exitflag == 0) ? Action::success : Action::failure; 522 523 } -
src/Actions/MoleculeAction/SaveEnergiesAction.cpp
rd40189 r61cc0f 69 69 return Action::failure; 70 70 } else 71 LOG(2, "File stored.");71 LOG(2, "File with " << MDSteps << " steps stored."); 72 72 output.close(); 73 73 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.
