Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/OutputAction.def

    re4afb4 rfc5c3a  
    77
    88// all includes and forward declarations necessary for non-integral types below
    9 
     9#
    1010
    1111// i.e. there is an integer with variable name Z that can be found in
    1212// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    1313// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    14 #undef paramtypes
    15 #undef paramtokens
    16 #undef paramdescriptions
     14#define paramtypes (boost::filesystem::path)
     15#define paramtokens ("output")
     16#define paramdescriptions ("filename to write to")
    1717#undef paramdefaults
    18 #undef paramreferences
     18#define paramreferences (filename)
    1919
    2020#undef statetypes
     
    3030
    3131// finally the information stored in the ActionTrait specialization
    32 #define DESCRIPTION "write output files"
     32#define DESCRIPTION "write all atoms to given file"
    3333#undef SHORTFORM
Note: See TracChangeset for help on using the changeset viewer.