Function

NumCosmoMathDTuple2clear

Declaration [src]

void
ncm_dtuple2_clear (
  NcmDTuple2** dt2
)

Description [src]

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

Parameters

dt2

Type: NcmDTuple2

A NcmDTuple2.

The data is owned by the caller of the function.