Function

NumCosmoMultiplicityFuncPSclear

Declaration [src]

void
nc_multiplicity_func_ps_clear (
  NcMultiplicityFuncPS** mps
)

Description [src]

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

Parameters

mps

Type: NcMultiplicityFuncPS

A NcMultiplicityFuncPS.

The data is owned by the caller of the function.