Method

NumCosmoMathMSetget

Declaration [src]

NcmModel*
ncm_mset_get (
  NcmMSet* mset,
  NcmModelID mid
)

Description [src]

Gets 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 caller of the method takes ownership of the returned data, and is responsible for freeing it.