Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/RepeatBoxAction.def

    re4afb4 r45f835  
    88// all includes and forward declarations necessary for non-integral types below
    99#include "Actions/Values.hpp"
     10#include "LinearAlgebra/RealSpaceMatrix.hpp"
    1011#include "LinearAlgebra/Vector.hpp"
     12#include <set>
     13
     14class molecule;
    1115
    1216// i.e. there is an integer with variable name Z that can be found in
     
    1923#define paramreferences (Repeater)
    2024
    21 #undef statetypes
    22 #undef statereferences
     25#define statetypes (RealSpaceMatrix)(std::set< molecule *>)
     26#define statereferences (olddomain)(oldmolecules)
    2327
    2428// some defines for all the names, you may use ACTION, STATE and PARAMS
Note: See TracChangeset for help on using the changeset viewer.