Synopsis
double mda_GetTol2(int model, const char *tol_name)
Purpose
Gets a tolerance value.
Description
The tolerance specified by tol_name will be returned. If the specified tolerance is not defined then the value set by mda_SetDefaultTol or mda_SetDefaultTol2 will be returned.
Input
model
Model to get tolerance in
tol_name
Name of tolerance to return
Return
Tolerance value of tol_name or the unknown tolerance default.