Method

NumCosmoMathMSetparams_pretty_print

Declaration [src]

void
ncm_mset_params_pretty_print (
  NcmMSet* mset,
  gint* out,
  const gchar* header
)

Description [src]

This function print the command line (first line, commented), the model nick and parameters’ names (second line, commented) and their values indicating if they are fixed or free.

Parameters

out

Type: gint*

Name of the file.

The data is owned by the caller of the method.
header

Type: const gchar*

Pointer to the command line.

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