Function

NumCosmodata_cmb_create

Declaration [src]

NcmData*
nc_data_cmb_create (
  NcDistance* dist,
  NcDataCMBId id
)

Description [src]

Creates a new NcmData of type NcDataCMBId.

Parameters

dist

Type: NcDistance

A NcDistance.

The data is owned by the caller of the function.
id

Type: NcDataCMBId

A NcDataCMBId.

Return value

Type: NcmData

A NcmData.

The caller of the function takes ownership of the data, and is responsible for freeing it.