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: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
cmp_model

Type: gboolean

Whether to compare if the models correspond to the same objects.

Return value

Type: gboolean

TRUE if mset0 == mset1.