Function
NumCosmoGrowthFuncclear
Declaration [src]
void
nc_growth_func_clear (
NcGrowthFunc** gf
)
Description [src]
Atomically decrements the reference count of gf by one. If the reference count drops to 0,
all memory allocated by gf is released. Set pointer to NULL.
Parameters
gf-
Type:
NcGrowthFuncA
NcGrowthFunc.The data is owned by the caller of the function.