diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-25 19:36:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-25 19:36:54 (GMT) |
commit | 21403c5ec467bea879c1887ec5c9429a26458942 (patch) | |
tree | 4ca90b8969b8de21213f4ce3b83b629538c6c1c0 /src/H5D.c | |
parent | 78f622071f1199581775479811b5d730d14f0779 (diff) | |
download | hdf5-21403c5ec467bea879c1887ec5c9429a26458942.zip hdf5-21403c5ec467bea879c1887ec5c9429a26458942.tar.gz hdf5-21403c5ec467bea879c1887ec5c9429a26458942.tar.bz2 |
[svn-r1385] Updated H5Rdereference, H5Rget_object_type and H5Rget_region to accept a
location ID (i.e. a file or group ID) as well as the dataset ID. This should
allow Dave to get the palettes stored in the file correctly and also enable
Bob and/or Bruce's indexing stuff. This change should be folded into the
documentation for these three functions for the release.
Also, I fixed a number of bugs in the hyperslab and point selection
iterators for H5Diterate and they are working correctly now.
Diffstat (limited to 'src/H5D.c')
-rw-r--r-- | src/H5D.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2350,15 +2350,15 @@ H5D_typeof (H5D_t *dset) /*------------------------------------------------------------------------- - * Function: H5D_get_file + * Function: H5D_get_file * - * Purpose: Returns the dataset's file pointer. + * Purpose: Returns the dataset's file pointer. * - * Return: Success: Ptr to the dataset's file pointer. + * Return: Success: Ptr to the dataset's file pointer. * - * Failure: NULL + * Failure: NULL * - * Programmer: Quincey Koziol + * Programmer: Quincey Koziol * Thursday, October 22, 1998 * * Modifications: |