Function

NumCosmoMathFitMCMCclear

Declaration [src]

void
ncm_fit_mcmc_clear (
  NcmFitMCMC** mcmc
)

Description [src]

If mcmc is not NULL, decrement the reference count of mcmc and sets mcmc to NULL.

Parameters

mcmc

Type: NcmFitMCMC

A NcmFitMCMC.

The data is owned by the caller of the function.