Class method

NumCosmoMathModelClassset_name_nick

Declaration [src]

void
ncm_model_class_set_name_nick (
  NcmModelClass* model_class,
  const gchar* name,
  const gchar* nick
)

Description [src]

Attributes name and nick, respectively, as the name and nickname of the model.

Parameters

name

Type: const gchar*

Name and/or very short description of the model.

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

Type: const gchar*

Model nickname.

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