Function

NumCosmoMathFitStateclear

Declaration [src]

void
ncm_fit_state_clear (
  NcmFitState** fstate
)

Description [src]

Decreases the reference count of fstate by one, and sets the pointer fstate to NULL.

Parameters

fstate

Type: NcmFitState

A NcmFitState.

The data is owned by the caller of the function.