Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/StructuralOptimizationAction.def

    re5f61ba r553c54  
    1212// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    1313// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    14 #define paramtypes (unsigned int)(bool)
    15 #define paramtokens ("steps")("output-every-step")
    16 #define paramdescriptions ("numer of MD steps to perform")("whether we should update the timestep in each descent step sp as to visualize the minimisation")
    17 #define paramdefaults (NOPARAM_DEFAULT)(PARAM_DEFAULT("0"))
    18 #define paramreferences (steps)(DoOutput)
     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 we should update the timestep in each descent step sp as to visualize the minimisation")("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)
    1919#define paramvalids \
    2020(NotZeroValidator< unsigned int >()) \
     21(DummyValidator<bool>()) \
    2122(DummyValidator<bool>())
    2223
Note: See TracChangeset for help on using the changeset viewer.