Function

NumCosmoMathFunctionSampleSetclear

Declaration [src]

void
ncm_function_sample_set_clear (
  NcmFunctionSampleSet** fss
)

Description [src]

Decreases the reference count of fss and sets the pointer fss to NULL.

Parameters

fss

Type: NcmFunctionSampleSet

A NcmFunctionSampleSet.

The data is owned by the caller of the function.