Changeset 8450da for src/Actions
- Timestamp:
- Apr 10, 2018, 6:43:31 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 6a5921, 897a01
- Parents:
- 90ece9
- git-author:
- Frederik Heber <frederik.heber@…> (08/03/17 09:24:07)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/ForceAnnealingAction.cpp
r90ece9 r8450da 120 120 // perform optimization step 121 121 LOG(1, "Structural optimization."); 122 optimizer(CurrentStep -1, 1, params.UseBondGraph.get());122 optimizer(CurrentStep, 1, params.UseBondGraph.get()); 123 123 STATUS("Successfully optimized structure by one step."); 124 124
Note:
See TracChangeset
for help on using the changeset viewer.