Function
NumCosmoMathSplineVecclear
Declaration [src]
void
ncm_spline_vec_clear (
NcmSplineVec** sv
)
Description [src]
Atomically decrements the reference count of sv by one. If the reference
count drops to 0, all memory allocated by sv is released. Sets the pointer
to NULL.
Parameters
sv-
Type:
NcmSplineVecA
NcmSplineVec.The data is owned by the caller of the function.