Method
NumCosmoClusterAbundanceprepare_if_needed
Declaration [src]
void
nc_cluster_abundance_prepare_if_needed (
NcClusterAbundance* cad,
NcHICosmo* cosmo,
NcClusterRedshift* clusterz,
NcClusterMass* clusterm
)
Description [src]
Prepares the cluster abundance object if the cosmology or cluster models have changed.
This function checks if any of the models have been updated and calls nc_cluster_abundance_prepare()
if necessary.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. clusterz-
Type:
NcClusterRedshiftA
NcClusterRedshift.The data is owned by the caller of the method. clusterm-
Type:
NcClusterMassA
NcClusterMass.The data is owned by the caller of the method.