bdeSetAbsoluteErrorTolerance
Takes model and errorTolerance and sets the absolute error tolerance value.
Syntax
bdeSetAbsoluteErrorTolerance(model, errorTolerance)
Inputs
- model
- Model of which the absolute error tolerance value is being set.
- errorTolerance
- Value to set the absolute error tolerance to.
Examples
model = bdeGetCurrentModel();
bdeSetAbsoluteErrorTolerance(model, errorTolerance)