Function

NumCosmoMathFitMCBSclear

Declaration [src]

void
ncm_fit_mcbs_clear (
  NcmFitMCBS** mcbs
)

Description [src]

If mcbs is not NULL, decreases its reference count by one and sets mcbs to NULL.

Parameters

mcbs

Type: NcmFitMCBS

A NcmFitMCBS.

The data is owned by the caller of the function.