Function

NumCosmoMathDTuple3clear

Declaration [src]

void
ncm_dtuple3_clear (
  NcmDTuple3** dt3
)

Description [src]

If *dt3 is not NULL, frees it and sets it to NULL.

Parameters

dt3

Type: NcmDTuple3

A NcmDTuple3.

The data is owned by the caller of the function.