Next: , Previous: Bspline_eval_derivs, Up: Library Routines


4.9 Bspline_free

Bspline_free – free memory allocated by Bspline_init.

Synopsis

     #include <BsplineEval/bsplineval.h>
     #include <BsplineEval/spline_coef.h>
     
     
     
void Bspline_free(BsplineInput *input);

Parameters

BsplineInput *input
Not Documented.

Description

Bspline_free – free memory allocated by Bspline_init.

Returns

void.