Function

NumCosmoMathSphereNNclear

Declaration [src]

void
ncm_sphere_nn_clear (
  NcmSphereNN** snn
)

Description [src]

If snn is not NULL, decreases the reference count of snn. When its reference count drops to 0, the object is finalized (i.e. its memory is freed). Set snn to NULL.

Parameters

snn

Type: NcmSphereNN

A NcmSphereNN.

The data is owned by the caller of the function.