Function

NumCosmodata_bao_create

Declaration [src]

NcmData*
nc_data_bao_create (
  NcDistance* dist,
  NcDataBaoId id
)

Description [src]

Creates a NcmData for the given id.

Parameters

dist

Type: NcDistance

A NcDistance.

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

Type: NcDataBaoId

A NcDataBaoId.

Return value

Type: NcmData

A NcmData.

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