- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/BoundInBoxAction.def
re670e4 re4afb4 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"11 9 12 10 … … 20 18 #undef paramreferences 21 19 22 # define statetypes (std::vector< boost::shared_ptr<Vector> >)23 # define statereferences (OldPositions)20 #undef statetypes 21 #undef statereferences 24 22 25 23 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.