Next: Bspline_eval, Previous: Bspline_determine_index, Up: Library Routines
Bspline_err_msg – print the error message to the file pointer.
#include <BsplineEval/bsplineval.h> #include <BsplineEval/spline_coef.h>void Bspline_err_msg( BsplineErr err, FILE *fp );
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.
Bspline_err_msg – print the error message to the file pointer.
void.