Function

NumCosmoMathStatsDist1dEPDFclear

Declaration [src]

void
ncm_stats_dist1d_epdf_clear (
  NcmStatsDist1dEPDF** epdf1d
)

Description [src]

Atomically decrements the reference count of epdf1d by one. If the reference count drops to 0, all memory allocated by epdf1d is released. Set the pointer to NULL;.

Parameters

epdf1d

Type: NcmStatsDist1dEPDF

A NcmStatsDist1dEPDF.

The data is owned by the caller of the function.