Function

NumCosmoPowspecMNLclear

Declaration [src]

void
nc_powspec_mnl_clear (
  NcPowspecMNL** ps_mnl
)

Description [src]

If ps_mnl is different from NULL, atomically decrements the reference count of ps_mnl by one. If the reference count drops to 0, all memory allocated by ps_mnl is released and ps_mnl is set to NULL.

Parameters

ps_mnl

Type: NcPowspecMNL

A NcmMSetCatalog.

The data is owned by the caller of the function.