Function

NumCosmoMathObjArrayclear

Declaration [src]

void
ncm_obj_array_clear (
  NcmObjArray** oa
)

Description [src]

If oa is not NULL, unreferences it and sets oa to NULL.

Parameters

oa

Type: NcmObjArray

A pointer to a NcmObjArray.

The data is owned by the caller of the function.