Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/BoundInBoxAction.def

    re670e4 r6ba9ba  
    1111
    1212
     13#include "Parameters/Validators/DummyValidator.hpp"
     14
    1315// i.e. there is an integer with variable name Z that can be found in
    1416// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    15 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     17// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1618#undef paramtypes
    1719#undef paramtokens
     
    1921#undef paramdefaults
    2022#undef paramreferences
     23#undef paramvalids
    2124
    2225#define statetypes (std::vector< boost::shared_ptr<Vector> >)
Note: See TracChangeset for help on using the changeset viewer.