Function

NumCosmoMathVarDictclear

Declaration [src]

void
ncm_var_dict_clear (
  NcmVarDict** vd
)

Description [src]

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

Parameters

vd

Type: NcmVarDict

A pointer to a NcmVarDict.

The data is owned by the caller of the function.