- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/BoundInBoxAction.def
re4afb4 re670e4 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include <boost/shared_ptr.hpp> 10 #include "LinearAlgebra/Vector.hpp" 9 11 10 12 … … 18 20 #undef paramreferences 19 21 20 # undef statetypes21 # undef statereferences22 #define statetypes (std::vector< boost::shared_ptr<Vector> >) 23 #define statereferences (OldPositions) 22 24 23 25 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.