Top |
NcMultiplicityFuncWatsonNcMultiplicityFuncWatson — Dark matter halo -- Watson multiplicity function. |
NcMultiplicityFuncWatson *
nc_multiplicity_func_watson_new (void
);
FIXME
NcMultiplicityFuncWatson *
nc_multiplicity_func_watson_ref (NcMultiplicityFuncWatson *mwat
);
Increases the reference count of mwat
by one.
void
nc_multiplicity_func_watson_free (NcMultiplicityFuncWatson *mwat
);
Atomically decrements the reference count of mwat
by one. If the reference count drops to 0,
all memory allocated by mwat
is released.
void
nc_multiplicity_func_watson_clear (NcMultiplicityFuncWatson **mwat
);
Atomically decrements the reference count of mwat
by one. If the reference count drops to 0,
all memory allocated by mwat
is released. Set the pointer to NULL;