Method

NumCosmoHaloCatalogMemberGeneratorset_distance

Declaration [src]

void
nc_halo_catalog_member_generator_set_distance (
  NcHaloCatalogMemberGenerator* memgen,
  NcDistance* dist
)

Description [src]

Sets the distance object used to compute angular-diameter distances.

Parameters

dist

Type: NcDistance

A NcDistance, or NULL to build one on demand.

The argument can be NULL.
The data is owned by the caller of the method.