Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ParserAction/SetOutputFormatsAction.def

    r6ba9ba r9cff8b  
    99#include <vector>
    1010
    11 #include "Parameters/Validators/Ops_Validator.hpp"
    12 #include "Parameters/Validators/STLVectorValidator.hpp"
    13 #include "Parameters/Validators/UniqueValidator.hpp"
    14 #include "Parameters/Validators/Specific/ParserTypeValidator.hpp"
    15 
    1611// i.e. there is an integer with variable name Z that can be found in
    1712// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    18 // "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
    1914#define paramtypes (std::vector<std::string>)
    2015#define paramtokens ("set-output")
     
    2217#undef paramdefaults
    2318#define paramreferences (FormatList)
    24 #define paramvalids \
    25 (STLVectorValidator< std::vector<std::string> >(1, 10, ParserTypeValidator()) && UniqueValidator< std::vector<std::string> >())
    2619
    2720#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.