- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GraphAction/DepthFirstSearchAction.def
rd09093 r07a47e 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 #define paramtypes (double) 15 #define paramtokens ("depth-first-search") 16 #define paramdescriptions ("maximum distance to look for neighbors") 17 # undef paramdefaults18 #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) 19 19 20 20 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.