Ignore:
Timestamp:
Nov 7, 2017, 7:34:54 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
0f9726
Parents:
645bed
git-author:
Frederik Heber <frederik.heber@…> (09/11/17 17:03:27)
git-committer:
Frederik Heber <frederik.heber@…> (11/07/17 07:34:54)
Message:

Readded step-world-time to StructuralOptimization.

  • adapted ForceAnnealing and its Action accordingly, i.e. they receive the old time step as the current step.
  • TESTFIX: needed to add "--step-world-time 1" to ForceAnnealing regression test, results then remained exactly the same.
File:
1 edited

Legend:

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

    r645bed r5a289c  
    6969  prototype_actions.addAction(AR.getActionByName(std::string("fragment-automation")).clone());
    7070  prototype_actions.addAction(AR.getActionByName(std::string("analyse-fragment-results")).clone());
     71  prototype_actions.addAction(AR.getActionByName(std::string("step-world-time")).clone());
    7172  prototype_actions.addAction(AR.getActionByName(std::string("force-annealing")).clone());
    7273  prototype_actions.addAction(AR.getActionByName(std::string("output")).clone());
Note: See TracChangeset for help on using the changeset viewer.