Function
NumCosmoPowspecMLclear
Declaration [src]
void
nc_powspec_ml_clear (
NcPowspecML** ps_ml
)
Description [src]
If ps_ml is different from NULL,
atomically decrements the reference count of ps_ml by one.
If the reference count drops to 0,
all memory allocated by ps_ml is released and ps_ml is set to NULL.
Parameters
ps_ml-
Type:
NcPowspecMLA
NcPowspecML.The data is owned by the caller of the function.