Function

NumCosmoMultiplicityFuncWarrenclear

Declaration [src]

void
nc_multiplicity_func_warren_clear (
  NcMultiplicityFuncWarren** mw
)

Description [src]

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

Parameters

mw

Type: NcMultiplicityFuncWarren

A NcMultiplicityFuncWarren.

The data is owned by the caller of the function.