Constructor

NumCosmoHaloPositionnew

Declaration [src]

NcHaloPosition*
nc_halo_position_new (
  NcDistance* dist
)

Description [src]

Creates a new halo position.

Parameters

dist

Type: NcDistance

A NcDistance.

The data is owned by the caller of the function.

Return value

Type: NcHaloPosition

A new halo position.

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