- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/OutputAction.def
rfc5c3a r6ba9ba 9 9 # 10 10 11 #include "Parameters/Validators/Ops_Validator.hpp" 12 #include "Parameters/Validators/Specific/FilePresentValidator.hpp" 13 #include "Parameters/Validators/Specific/ParserFileValidator.hpp" 14 11 15 // i.e. there is an integer with variable name Z that can be found in 12 16 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 // "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 14 18 #define paramtypes (boost::filesystem::path) 15 19 #define paramtokens ("output") … … 17 21 #undef paramdefaults 18 22 #define paramreferences (filename) 23 #define paramvalids \ 24 (!FilePresentValidator() && ParserFileValidator()) 19 25 20 26 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.