Top |
NcMultiplicityFuncPSNcMultiplicityFuncPS — Dark matter halo -- Press-Schechter multiplicity function. |
NcMultiplicityFuncPS *
nc_multiplicity_func_ps_ref (NcMultiplicityFuncPS *mps
);
Increases the reference count of mps
by one.
void
nc_multiplicity_func_ps_free (NcMultiplicityFuncPS *mps
);
Atomically decrements the reference count of mps
by one. If the reference count drops to 0,
all memory allocated by mps
is released.
void
nc_multiplicity_func_ps_clear (NcMultiplicityFuncPS **mps
);
Atomically decrements the reference count of mps
by one. If the reference count drops to 0,
all memory allocated by mps
is released. Set the pointer to NULL;
void nc_multiplicity_func_ps_set_delta_c (NcMultiplicityFuncPS *mps
,const gdouble delta_c
);
Sets the value delta_c
to the “critical-delta” property.
gdouble
nc_multiplicity_func_ps_get_delta_c (const NcMultiplicityFuncPS *mps
);