- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/MolecularDynamicsAction.def
r553c54 r5eaa23 12 12 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 13 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 14 #define paramtypes (unsigned int)(bool) (bool)15 #define paramtokens ("steps")("output-every-step") ("keep-bondgraph")16 #define paramdescriptions ("numer of MD steps to perform")("whether World should be written after every step, useful if integration might hang") ("whether the bond graph should be kept the same during each step and not updated")17 #define paramdefaults (NOPARAM_DEFAULT)(PARAM_DEFAULT("0")) (PARAM_DEFAULT("0"))18 #define paramreferences (steps)(DoOutput) (DontCreateGraphEachStep)14 #define paramtypes (unsigned int)(bool) 15 #define paramtokens ("steps")("output-every-step") 16 #define paramdescriptions ("numer of MD steps to perform")("whether World should be written after every step, useful if integration might hang") 17 #define paramdefaults (NOPARAM_DEFAULT)(PARAM_DEFAULT("0")) 18 #define paramreferences (steps)(DoOutput) 19 19 #define paramvalids \ 20 20 (NotZeroValidator< unsigned int >()) \ 21 (DummyValidator<bool>()) \22 21 (DummyValidator<bool>()) 23 22
Note:
See TracChangeset
for help on using the changeset viewer.