Ignore:
Timestamp:
May 8, 2017, 1:59:33 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
7c7696
Parents:
9eed14
git-author:
Frederik Heber <heber@…> (03/23/17 03:37:36)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 13:59:33)
Message:

RotateToPrincipalAxisSystemAction now has Undo/Redo working.

  • TESTS: Removed XFAIL from these tests.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def

    r9eed14 rcdc2f5  
    77
    88// all includes and forward declarations necessary for non-integral types below
     9#include <vector>
     10
    911#include "Actions/Values.hpp"
     12#include "Atom/AtomicInfo.hpp"
    1013#include "LinearAlgebra/Vector.hpp"
    1114
     
    2326(VectorNotZeroValidator())
    2427
    25 #undef statetypes
    26 #undef statereferences
     28#define statetypes (std::vector<AtomicInfo>)
     29#define statereferences (undoinfo)
    2730
    2831// some defines for all the names, you may use ACTION, STATE and PARAMS
Note: See TracChangeset for help on using the changeset viewer.