Function

NumCosmoMathVParamclear

Declaration [src]

void
ncm_vparam_clear (
  NcmVParam** vparam
)

Description [src]

Atomically decrements the reference count of vparam by one. If the reference count drops to 0, all memory allocated by vparam is released.

Parameters

vparam

Type: NcmVParam

A NcmVParam.

The data is owned by the caller of the function.