bdeGetRelativeErrorTolerance
Takes model and returns the relative error tolerance.
Syntax
errorTolerance = bdeGetRelativeErrorTolerance(model)
Inputs
- model
 - Model used to get the relative error tolerance from.
 
Outputs
- scale
 - The relative error tolerance of the model.
 
Examples
model = bdeGetCurrentModel();
      errorTolerance = bdeGetRelativeErrorTolerance(model)
      errorTolerance = 0.00001