- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/BoundInBoxAction.def
re670e4 r6ba9ba 11 11 12 12 13 #include "Parameters/Validators/DummyValidator.hpp" 14 13 15 // i.e. there is an integer with variable name Z that can be found in 14 16 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 15 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value17 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 16 18 #undef paramtypes 17 19 #undef paramtokens … … 19 21 #undef paramdefaults 20 22 #undef paramreferences 23 #undef paramvalids 21 24 22 25 #define statetypes (std::vector< boost::shared_ptr<Vector> >)
Note:
See TracChangeset
for help on using the changeset viewer.