Constructor

NumCosmoDataDistMunew_empty

Declaration [src]

NcDataDistMu*
nc_data_dist_mu_new_empty (
  NcDistance* dist
)

Description [src]

Creates a new empty NcDataDistMu with the given distance object.

Parameters

dist

Type: NcDistance

A NcDistance.

The data is owned by the caller of the function.

Return value

Type: NcDataDistMu

A new NcDataDistMu.

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