Function
NumCosmoClusterAbundanceclear
Declaration [src]
void
nc_cluster_abundance_clear (
NcClusterAbundance** cad
)
Description [src]
Atomically decrements the reference count of cad by one. If the reference count drops to 0,
all memory allocated by cad is released.
Parameters
cad-
Type:
NcClusterAbundanceA
NcClusterAbundance.The data is owned by the caller of the function.