Function

NumCosmoMathFitESMCMCclear

Declaration [src]

void
ncm_fit_esmcmc_clear (
  NcmFitESMCMC** esmcmc
)

Description [src]

Decreases the reference count of esmcmc by one. If the reference count reaches zero, all memory allocated by the object is released. The esmcmc pointer is set to NULL.

Parameters

esmcmc

Type: NcmFitESMCMC

A NcmFitESMCMC.

The data is owned by the caller of the function.