Function

NumCosmoMathObjDictIntclear

Declaration [src]

void
ncm_obj_dict_int_clear (
  NcmObjDictInt** odi
)

Description [src]

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

Parameters

odi

Type: NcmObjDictInt

A pointer to a NcmObjDictInt.

The data is owned by the caller of the function.