Function

NumCosmoMultiplicityFuncWatsonclear

Declaration [src]

void
nc_multiplicity_func_watson_clear (
  NcMultiplicityFuncWatson** mwat
)

Description [src]

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

Parameters

mwat

Type: NcMultiplicityFuncWatson

A NcMultiplicityFuncWatson.

The data is owned by the caller of the function.