Function

NumCosmoMultiplicityFuncTinkerclear

Declaration [src]

void
nc_multiplicity_func_tinker_clear (
  NcMultiplicityFuncTinker** mt
)

Description [src]

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

Parameters

mt

Type: NcMultiplicityFuncTinker

A NcMultiplicityFuncTinker.

The data is owned by the caller of the function.