Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/TesselationAction/NonConvexEnvelopeAction.def

    r6ba9ba re4afb4  
    99class TesselationListClass;
    1010
    11 #include "Parameters/Validators/Ops_Validator.hpp"
    12 #include "Parameters/Validators/Specific/BoxLengthValidator.hpp"
    13 #include "Parameters/Validators/Specific/FilePresentValidator.hpp"
    14 
    1511// i.e. there is an integer with variable name Z that can be found in
    1612// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    17 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
     13// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1814#define paramtypes (double)(boost::filesystem::path)
    1915#define paramtokens ("nonconvex-envelope")("nonconvex-file")
     
    2117#undef paramdefaults
    2218#define paramreferences (SphereRadius)(filename)
    23 #define paramvalids \
    24 (BoxLengthValidator()) \
    25 (!FilePresentValidator())
    2619
    2720#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.