Top |
NcMultiplicityFuncWarrenNcMultiplicityFuncWarren — Dark matter halo -- Warren multiplicity function. |
NcMultiplicityFuncWarren *
nc_multiplicity_func_warren_new (void
);
FIXME
NcMultiplicityFuncWarren *
nc_multiplicity_func_warren_ref (NcMultiplicityFuncWarren *mw
);
Increases the reference count of mw
by one.
void
nc_multiplicity_func_warren_free (NcMultiplicityFuncWarren *mw
);
Atomically decrements the reference count of mw
by one. If the reference count drops to 0,
all memory allocated by mw
is released.
void
nc_multiplicity_func_warren_clear (NcMultiplicityFuncWarren **mw
);
Atomically decrements the reference count of mw
by one. If the reference count drops to 0,
all memory allocated by mw
is released. Set the pointer to NULL;