Class method
NumCosmoMathModelClassset_name_nick
Declaration [src]
void
ncm_model_class_set_name_nick (
NcmModelClass* model_class,
const gchar* name,
const gchar* nick
)
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.