Method
NumCosmoClusterRedshiftn_limits
Declaration [src]
void
nc_cluster_redshift_n_limits (
NcClusterRedshift* clusterz,
NcHICosmo* cosmo,
gdouble* z_lower,
gdouble* z_upper
)
Description [src]
Computes the redshift limits for the cluster abundance calculation.
The function which will call this one is responsible to allocate memory for z_lower and z_upper.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. z_lower-
Type:
gdouble*Pointer to the lower limit of the true redshift.
The argument will be set by the function. z_upper-
Type:
gdouble*Pointer to the upper limit of the true redshift.
The argument will be set by the function.