Function

NumCosmoMathSphereMapclear

Declaration [src]

void
ncm_sphere_map_clear (
  NcmSphereMap** smap
)

Description [src]

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

Parameters

smap

Type: NcmSphereMap

A NcmSphereMap.

The data is owned by the caller of the function.