Function

NumCosmoMathISetclear

Declaration [src]

void
ncm_iset_clear (
  NcmISet** iset
)

Description [src]

Decrease the reference count of iset by one, and sets the pointer *iset to NULL.

Parameters

iset

Type: NcmISet

A NcmISet.

The data is owned by the caller of the function.