Changeset 6d360a for src/Actions/MoleculeAction/ForceAnnealingAction.cpp
- Timestamp:
- Jul 20, 2017, 9:38:38 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- 9d3846
- Parents:
- 4cd46b
- git-author:
- Frederik Heber <frederik.heber@…> (06/20/17 20:26:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/17 09:38:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/ForceAnnealingAction.cpp
r4cd46b r6d360a 117 117 // perform optimization step 118 118 LOG(1, "Structural optimization."); 119 optimizer(CurrentStep, 1 );119 optimizer(CurrentStep, 1, params.UseBondGraph.get()); 120 120 STATUS("Successfully optimized structure by one step."); 121 121
Note:
See TracChangeset
for help on using the changeset viewer.