- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAction.def
re4afb4 r7811bf 13 13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 14 14 #define paramtypes (std::string)(double)(int) 15 #define paramtokens ("fragment-mol ")("distance")("order")15 #define paramtokens ("fragment-molecule")("distance")("order") 16 16 #define paramdescriptions ("path to where the fragment configurations shall be stored")("distance in space")("order of a discretization, dissection, ...") 17 17 #undef paramdefaults … … 26 26 #define MENUPOSITION 3 27 27 #define ACTIONNAME Fragmentation 28 #define TOKEN "fragment-mol "28 #define TOKEN "fragment-molecule" 29 29 30 30
Note:
See TracChangeset
for help on using the changeset viewer.