Function

NumCosmoMathDiffclear

Declaration [src]

void
ncm_diff_clear (
  NcmDiff** diff
)

Description [src]

Decrease the reference count of diff by one, and sets the pointer *diff to NULL.

Parameters

diff

Type: NcmDiff

A NcmDiff.

The data is owned by the caller of the function.