Function

NumCosmoMathIntegral1dclear

Declaration [src]

void
ncm_integral1d_clear (
  NcmIntegral1d** int1d
)

Description [src]

If int1d is different from NULL, decreases the reference count of int1d by one and sets *int1d to NULL.

Parameters

int1d

Type: NcmIntegral1d

A NcmIntegral1d.

The data is owned by the caller of the function.