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