Function

NumCosmoMathMSetFuncclear

Declaration [src]

void
ncm_mset_func_clear (
  NcmMSetFunc** func
)

Description [src]

If func is not NULL, decreases the reference count of func by one and sets func to NULL.

Parameters

func

Type: NcmMSetFunc

A NcmMSetFunc.

The data is owned by the caller of the function.