Function

NumCosmoMultiplicityFuncSTclear

Declaration [src]

void
nc_multiplicity_func_st_clear (
  NcMultiplicityFuncST** mst
)

Description [src]

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

Parameters

mst

Type: NcMultiplicityFuncST

A NcMultiplicityFuncST.

The data is owned by the caller of the function.