Ignore:
File:
1 edited

Legend:

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

    re4afb4 r23526c  
    99#include "Actions/Values.hpp"
    1010#include "Box.hpp"
     11#include "LinearAlgebra/Vector.hpp"
     12#include <boost/shared_ptr.hpp>
    1113
    1214// i.e. there is an integer with variable name Z that can be found in
     
    1921#define paramreferences (cell_size)
    2022
    21 #undef statetypes
    22 #undef statereferences
     23#define statetypes (std::string)(std::vector< boost::shared_ptr<Vector> >)
     24#define statereferences (undostring)(OldPositions)
    2325
    2426// some defines for all the names, you may use ACTION, STATE and PARAMS
Note: See TracChangeset for help on using the changeset viewer.