Ignore:
Timestamp:
Nov 7, 2017, 7:33:52 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
645bed
Parents:
14a64b
git-author:
Frederik Heber <frederik.heber@…> (08/02/17 20:50:05)
git-committer:
Frederik Heber <frederik.heber@…> (11/07/17 07:33:52)
Message:

Removed DoOutput param from ForceAnnealing.

  • TESTFIX: Modifying regression tests ForceAnnealing to current implementation state. This is because of DoOutput removal, i.e. optimization steps are kept now by default.
  • TESTFIX: Marked regression test ForceAnnealing undo as XFAIL. The problem is that the additional is not removed at the moment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/ForceAnnealingAction.cpp

    r14a64b r0e6205  
    8585  }
    8686
    87   // we always operate relative to current time step, except on single debug output
    8887  size_t CurrentStep = WorldTime::getInstance().getTime();
    89   if (params.DoOutput.get()) {
     88  {
    9089    // copy current time step to new one and and proceed on this one
    9190    for (World::AtomSelectionIterator iter = World::getInstance().beginAtomSelection();
Note: See TracChangeset for help on using the changeset viewer.