Function

NumCosmoMathSplineRBFclear

Declaration [src]

void
ncm_spline_rbf_clear (
  NcmSplineRBF** rbf
)

Description [src]

Decrease the reference count of rbf by one, and sets the pointer *rbf to NULL.

Parameters

rbf

Type: NcmSplineRBF

A NcmSplineRBF.

The data is owned by the caller of the function.