Synopsis
(macro) PDX_BOOL gdx_WithinKnotTol(long option, double value)
Purpose
Test a value to within KNOT_TOL.
Description
This function determines if a value is within the current GDX KNOT_TOL
Input
option
Not used.
value
The value to test
Return
PDX_TRUE - The value is within KNOT_TOL
PDX_FALSE - The is not within KNOT_TOL
.fi