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