bdeSetMaxStepSize
Takes model and maxSize and sets maximum step size.
Syntax
bdeSetMaxStepSize(model, maxSize)
Inputs
- model
- Model of which the maximum step size is being set.
- maxSize
- Value to set the maximum step size to.
Examples
model = bdeGetCurrentModel();
bdeSetMaxStepSize(model, maxSize)