Method
NumCosmoMathMSetcmp
Declaration [src]
gboolean
ncm_mset_cmp (
NcmMSet* mset0,
NcmMSet* mset1,
gboolean cmp_model
)
Description [src]
Compares mset0 and mset1 and returns TRUE if both contains the same models types.
If cmp_model is TRUE compare also if the models correspond to the same objects types.
Parameters
mset1-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. cmp_model-
Type:
gbooleanWhether to compare if the models correspond to the same objects.