Function

NumCosmoMathDatasetclear

Declaration [src]

void
ncm_dataset_clear (
  NcmDataset** dset
)

Description [src]

Decreases the reference count of dset by one, and sets dset to NULL.

Parameters

dset

Type: NcmDataset

Pointer to type defined by NcmDataset.

The data is owned by the caller of the function.