Function

NumCosmoMathMSetclear

Declaration [src]

void
ncm_mset_clear (
  NcmMSet** mset
)

Description [src]

If mse is not NULL, decreases the reference count of mset by one. If the reference count drops to 0, all memory allocated by mset is released and mset is set to NULL.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the function.