Function
NumCosmoMathSplineFuncTestclear
Declaration [src]
void
ncm_spline_func_test_clear (
NcmSplineFuncTest** sft
)
Description [src]
If sft is different from NULL,
atomically decrements the reference count of sft by one.
If the reference count drops to 0,
all memory allocated by sft is released and sft is set to NULL.
Parameters
sft-
Type:
NcmSplineFuncTestA
NcmSplineFuncTest.The data is owned by the caller of the function.