- To: netcdf-hdf@xxxxxxxxxxxxxxxx
- Subject: Re: compound types on different machines - is this expected?
- From: Quincey Koziol <koziol@xxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 16:39:45 -0500 (CDT)
Hi Ed,
> > Ed,
> >
> > You are using file datatype to read your data.
> > Please use H5Tget_native_type to get memory type for the H5Dread call.
> >
> > Elena
>
> Sorry, but what would I do with the result of H5Tget_native_type? I'm
> not following how I would use this...
It's the datatype you should use in memory that corresponds to the dataset's
datatype on disk.
Quincey
- References:
- Re: compound types on different machines - is this expected?
- From: Ed Hartnett
- Re: compound types on different machines - is this expected?