Function

NumCosmoHaloBiasclear

Declaration [src]

void
nc_halo_bias_clear (
  NcHaloBias** bias
)

Description [src]

Atomically decrements the reference count of bias by one. If the reference count drops to 0, all memory allocated by bias is released. Set pointer to NULL.

Parameters

bias

Type: NcHaloBias

A NcHaloBias.

The data is owned by the caller of the function.