Ignore:
File:
1 edited

Legend:

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

    re4afb4 r6ba9ba  
    99class TesselationListClass;
    1010
     11#include "Parameters/Validators/Ops_Validator.hpp"
     12#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
     13
    1114// i.e. there is an integer with variable name Z that can be found in
    1215// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     16// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1417#define paramtypes (boost::filesystem::path)(boost::filesystem::path)
    1518#define paramtokens ("convex-file")("nonconvex-file")
     
    1720#undef paramdefaults
    1821#define paramreferences (filenameConvex)(filenameNonConvex)
     22#define paramvalids \
     23(!FilePresentValidator()) \
     24(!FilePresentValidator())
    1925
    2026#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.