Method

NumCosmoMathMSetexists

Declaration [src]

gboolean
ncm_mset_exists (
  NcmMSet* mset,
  NcmModel* model
)

Description [src]

Tests whether a NcmModel exists in the NcmMSet.

Parameters

model

Type: NcmModel

A NcmModel.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if model exists in mset, FALSE otherwise.