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