Next: , Previous: Bspline_determine_index, Up: Library Routines


4.6 Bspline_err_msg

Bspline_err_msg – print the error message to the file pointer.

Synopsis

     #include <BsplineEval/bsplineval.h>
     #include <BsplineEval/spline_coef.h>
     
     
     
void Bspline_err_msg( BsplineErr err, FILE *fp );

Parameters

BsplineErr err
Possible values for a BsplineErr are as follows:
Bspline_Success
Success
Bspline_OutOfRange
One of the arguments is out of range
Bspline_OutOfRangeT
The theta value is not within the limits of the t_knots
Bspline_OutOfRangeZ
The z value is outside the limits of the z_knots
Bspline_WrongMethod1
The method request must be one of : a, A, b or B
Bspline_WrongMethod2
The method request must be one of : a, A, b or B

FILE *fp
Not Documented.

Description

Bspline_err_msg – print the error message to the file pointer.

Returns

void.