Ignore:
File:
1 edited

Legend:

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

    r7811bf r07a47e  
    77
    88// all includes and forward declarations necessary for non-integral types below
    9 
     9#include <string>
     10#include <vector>
    1011
    1112// i.e. there is an integer with variable name Z that can be found in
    1213// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    1314// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    14 #define paramtypes (std::string)(double)(int)
    15 #define paramtokens ("fragment-molecule")("distance")("order")
    16 #define paramdescriptions ("path to where the fragment configurations shall be stored")("distance in space")("order of a discretization, dissection, ...")
    17 #undef paramdefaults
    18 #define paramreferences (path)(distance)(order)
     15#define paramtypes (std::string)(double)(int)(bool)(std::vector<std::string>)
     16#define paramtokens ("fragment-molecule")("distance")("order")("DoSaturate")("output-types")
     17#define paramdescriptions ("prefix of each fragment file")("distance in space")("order of a discretization, dissection, ...")("do saturate dangling bonds with hydrogen")("type(s) of parsers that output fragment config files")
     18#define paramdefaults (NODEFAULT)(NODEFAULT)(NODEFAULT)("1")("pcp tremolo xyz")
     19#define paramreferences (prefix)(distance)(order)(DoSaturation)(types)
    1920
    2021#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.