Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/FragmentationAction.def

    re4afb4 r7811bf  
    1313// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1414#define paramtypes (std::string)(double)(int)
    15 #define paramtokens ("fragment-mol")("distance")("order")
     15#define paramtokens ("fragment-molecule")("distance")("order")
    1616#define paramdescriptions ("path to where the fragment configurations shall be stored")("distance in space")("order of a discretization, dissection, ...")
    1717#undef paramdefaults
     
    2626#define MENUPOSITION 3
    2727#define ACTIONNAME Fragmentation
    28 #define TOKEN "fragment-mol"
     28#define TOKEN "fragment-molecule"
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.