Function

NumCosmoMathSParamclear

Declaration [src]

void
ncm_sparam_clear (
  NcmSParam** sparam
)

Description [src]

Atomically decrements the reference count of sparam by one. If the reference count drops to 0, all memory allocated by sparam is released. Set the pointer to NULL.

Parameters

sparam

Type: NcmSParam

A NcmSParam.

The data is owned by the caller of the function.