Function

NumCosmoMathOdeSplineclear

Declaration [src]

void
ncm_ode_spline_clear (
  NcmOdeSpline** os
)

Description [src]

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

Parameters

os

Type: NcmOdeSpline

A NcmOdeSpline.

The data is owned by the caller of the function.