- To: netcdf-hdf@xxxxxxxxxxxxxxxx
- Subject: Re: question about H5Sselect_elements
- From: Quincey Koziol <koziol@xxxxxxxxxxxxx>
- Date: Tue, 28 Oct 2003 08:35:40 -0600 (CST)
Hi Ed,
> Question for the HDF Home Office:
>
> In H5Sselect_elements, is this parameter zero based?
Yes.
Quincey
>
> const hssize_t *coord[ ]
> A 2-dimensional array specifying the coordinates of the elements
> being selected.
>
> I presume, this being C, that the coord array contains 0-bases
> references to the elements being selected. This seems to be the case
> in the h5_select sample program too.
>
> Thanks,
>
> Ed
>
>