Function

NumCosmoMultiplicityFuncclear

Declaration [src]

void
nc_multiplicity_func_clear (
  NcMultiplicityFunc** mulf
)

Description [src]

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

Parameters

mulf

Type: NcMultiplicityFunc

A NcMultiplicityFunc.

The data is owned by the caller of the function.