- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAction.def
r7811bf r07a47e 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include <string> 10 #include <vector> 10 11 11 12 // i.e. there is an integer with variable name Z that can be found in 12 13 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 14 // "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 ("p ath to where the fragment configurations shall be stored")("distance in space")("order of a discretization, dissection, ...")17 # undef paramdefaults18 #define paramreferences (p ath)(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) 19 20 20 21 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.