Method

NumCosmoClusterMassn_limits

Declaration [src]

void
nc_cluster_mass_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: NcHICosmo

A 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.