Constructor
NumCosmoDataBaoDVnew_from_id
Declaration [src]
NcDataBaoDV*
nc_data_bao_dv_new_from_id (
NcDistance* dist,
NcDataBaoId id
)
Description [src]
Creates a new acustic scale data object NcDataBaoDV from id.
This object requires a NcDistance object to be set.
Parameters
dist-
Type:
NcDistanceA
NcDistance.The data is owned by the caller of the function. id-
Type:
NcDataBaoIdA
NcDataBaoId.
Return value
Type: NcDataBaoDV
A NcDataBaoDV.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |