- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/OutputAction.def
re4afb4 rfc5c3a 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 # 10 10 11 11 // i.e. there is an integer with variable name Z that can be found in 12 12 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 14 # undef paramtypes15 # undef paramtokens16 # undef paramdescriptions14 #define paramtypes (boost::filesystem::path) 15 #define paramtokens ("output") 16 #define paramdescriptions ("filename to write to") 17 17 #undef paramdefaults 18 # undef paramreferences18 #define paramreferences (filename) 19 19 20 20 #undef statetypes … … 30 30 31 31 // finally the information stored in the ActionTrait specialization 32 #define DESCRIPTION "write output files"32 #define DESCRIPTION "write all atoms to given file" 33 33 #undef SHORTFORM
Note:
See TracChangeset
for help on using the changeset viewer.