Changeset 985d1f


Ignore:
Timestamp:
Apr 10, 2018, 6:43:11 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
Children:
56b4c6
Parents:
cdfb6f
git-author:
Frederik Heber <frederik.heber@…> (09/11/17 09:58:39)
git-committer:
Frederik Heber <frederik.heber@…> (04/10/18 06:43:11)
Message:

FIX: Removed step-world-tme from StructuralOptimizationAction.

  • this was introduced in Fix_ForceAnnealing. However, there the default value of "1" was not properly parsed and instead the value 0 was set. This is different now (since the introduction of "handleSuccess" to the Querys). Therefore, we remove this extra step (we would step two times instead of one per annealing step) to be equivalent to commit 8754b15c.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/StructuralOptimizationAction.cpp

    rcdfb6f r985d1f  
    7070  prototype_actions.addAction(AR.getActionByName(std::string("analyse-fragment-results")).clone());
    7171  prototype_actions.addAction(AR.getActionByName(std::string("force-annealing")).clone());
    72   prototype_actions.addAction(AR.getActionByName(std::string("step-world-time")).clone());
    7372  prototype_actions.addAction(AR.getActionByName(std::string("output")).clone());
    7473  prototype_actions.addAction(AR.getActionByName(std::string("clear-fragment-results")).clone());
Note: See TracChangeset for help on using the changeset viewer.