Function

NumCosmoDataClusterNCountclear

Declaration [src]

void
nc_data_cluster_ncount_clear (
  NcDataClusterNCount** ncount
)

Description [src]

If ncount is not NULL, decreases the reference count of the NcDataClusterNCount. If the reference count reaches zero, the NcDataClusterNCount is freed. Sets the ncount to NULL.

Parameters

ncount

Type: NcDataClusterNCount

A NcDataClusterNCount.

The data is owned by the caller of the function.