Function

NumCosmoMathSBesselOdeOperatorclear

Declaration [src]

void
ncm_sbessel_ode_operator_clear (
  NcmSBesselOdeOperator** op
)

Description [src]

Decreases the reference count of op by one and sets op to NULL.

Parameters

op

Type: NcmSBesselOdeOperator

A NcmSBesselOdeOperator.

The data is owned by the caller of the function.