Method

NumCosmoMathFitMCBSset_filename

Declaration [src]

void
ncm_fit_mcbs_set_filename (
  NcmFitMCBS* mcbs,
  const gchar* filename
)

Description [src]

Sets the filename of the data to be used in the analysis.

Parameters

filename

Type: const gchar*

A filename.

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