Function

NumCosmoMathSplineclear

Declaration [src]

void
ncm_spline_clear (
  NcmSpline** s
)

Description [src]

Atomically decrements the reference count of s by one. If the reference count drops to 0, all memory allocated by s is released. The pointer is set to NULL.

Parameters

s

Type: NcmSpline

A NcmSpline.

The data is owned by the caller of the function.