Function

NumCosmoMathReparamclear

Declaration [src]

void
ncm_reparam_clear (
  NcmReparam** reparam
)

Description [src]

If reparam is not NULL, unrefs it and sets reparam to NULL. If *reparam is NULL, does nothing.

Parameters

reparam

Type: NcmReparam

A NcmReparam.

The data is owned by the caller of the function.