- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/CenterInBoxAction.def
r23526c re4afb4 9 9 #include "Actions/Values.hpp" 10 10 #include "Box.hpp" 11 #include "LinearAlgebra/Vector.hpp"12 #include <boost/shared_ptr.hpp>13 11 14 12 // i.e. there is an integer with variable name Z that can be found in … … 21 19 #define paramreferences (cell_size) 22 20 23 # define statetypes (std::string)(std::vector< boost::shared_ptr<Vector> >)24 # define statereferences (undostring)(OldPositions)21 #undef statetypes 22 #undef statereferences 25 23 26 24 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.