- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/CenterOnEdgeAction.def
re4afb4 rde7d1d 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include "LinearAlgebra/Vector.hpp" 10 10 11 11 // i.e. there is an integer with variable name Z that can be found in … … 18 18 #undef paramreferences 19 19 20 # undef statetypes21 # undef statereferences20 #define statetypes (std::string)(Vector)(Vector) 21 #define statereferences (undostring)(Min)(Max) 22 22 23 23 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.