Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GraphAction/DepthFirstSearchAction.def

    rd09093 r07a47e  
    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 #define paramtypes (double)
    15 #define paramtokens ("depth-first-search")
    16 #define paramdescriptions ("maximum distance to look for neighbors")
    17 #undef paramdefaults
    18 #define paramreferences (distance)
     14#define paramtypes (double)(bool)
     15#define paramtokens ("depth-first-search")("DoSaturate")
     16#define paramdescriptions ("maximum distance to look for neighbors")("whether to treat hydrogen special or not")
     17#define paramdefaults (NODEFAULT)("1")
     18#define paramreferences (distance)(DoSaturation)
    1919
    2020#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.