Method

NumCosmoMathMSetparam_name

Declaration [src]

const gchar*
ncm_mset_param_name (
  NcmMSet* mset,
  NcmModelID mid,
  guint pid
)

Description [src]

Gets the name of the parameter pid in the model mid.

Parameters

mid

Type: NcmModelID

Model id.

pid

Type: guint

Parameter id.

Return value

Type: const gchar*

The name of the parameter pid in the model mid.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.