Method

NumCosmoDataPlanckLKLget_param_name

Declaration [src]

const gchar*
nc_data_planck_lkl_get_param_name (
  NcDataPlanckLKL* plik,
  guint i
)

Description [src]

Gets the name of the nuisance parameter at index i.

Parameters

i

Type: guint

Param index.

Return value

Type: const gchar*

The parameter name.

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