Virtual Method
NumCosmoClusterMassN_limits
Declaration [src]
void
N_limits (
NcClusterMass* clusterm,
NcHICosmo* cosmo,
gdouble* lnM_lower,
gdouble* lnM_upper
)
Description [src]
Computes the mass limits for the cluster abundance calculation.
The function which will call this one is responsible to allocate memory for lnM_lower and lnM_upper.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. lnM_lower-
Type:
gdouble*Lower limit of the logarithm base e of the true mass.
The argument will be set by the function. lnM_upper-
Type:
gdouble*Upper limit of the logarithm base e of the true mass.
The argument will be set by the function.