Function

NumCosmoMathFitclear

Declaration [src]

void
ncm_fit_clear (
  NcmFit** fit
)

Description [src]

The reference count of fit is decreased and the pointer is set to NULL.

Parameters

fit

Type: NcmFit

A NcmFit.

The data is owned by the caller of the function.