Function

NumCosmoMathCatalogclear

Declaration [src]

void
ncm_catalog_clear (
  NcmCatalog** catalog
)

Description [src]

If catalog is different from NULL, decreases its reference count and sets catalog to NULL.

Parameters

catalog

Type: NcmCatalog

A NcmCatalog.

The data is owned by the caller of the function.