Function

NumCosmoScalefactorclear

Declaration [src]

void
nc_scalefactor_clear (
  NcScalefactor** a
)

Description [src]

If a is different from NULL, decreases the reference count of a by one and sets *a to NULL.

Parameters

a

Type: NcScalefactor

A NcScalefactor.

The data is owned by the caller of the function.