Method

NumCosmoMathSplineFuncTestsave_knots_to_txt

Declaration [src]

void
ncm_spline_func_test_save_knots_to_txt (
  NcmSplineFuncTest* sft,
  gchar* fname
)

Description [src]

Saves the knots defined by NcmSplineFunc in the text file fname (only the current grid).

It must be called after ncm_spline_func_test_set_one_grid_stats(). .

Parameters

fname

Type: gchar*

Text file name to save the NcmSplineFunc knots.

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