Method

NumCosmoMathPriorFlatParamset_param_name

Declaration [src]

void
ncm_prior_flat_param_set_param_name (
  NcmPriorFlatParam* pfp,
  const gchar* param_name
)

Description [src]

Sets the parameter name of pfp to param_name.

Parameters

param_name

Type: const gchar*

Parameter name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.