Method

NumCosmoMathMSetpeek

Declaration [src]

NcmModel*
ncm_mset_peek (
  NcmMSet* mset,
  NcmModelID mid
)

Description [src]

Peeks a NcmModel from the NcmMSet using the model id mid.

Parameters

mid

Type: NcmModelID

A NcmModelID.

Return value

Type: NcmModel

A NcmModel with the model id mid.

The returned data is owned by the instance.