Function

NumCosmoMathDataclear

Declaration [src]

void
ncm_data_clear (
  NcmData** data
)

Description [src]

Decrease the reference count of data and sets the pointer data to NULL.

Parameters

data

Type: NcmData

A NcmData.

The data is owned by the caller of the function.