diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-22 17:30:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-22 17:30:45 (GMT) |
commit | 18ae0c6e6d780d40d86488793352329cd8026df4 (patch) | |
tree | 666cf76ee6823511ebf4aa466a68ffa891a5adf6 /hl/src/H5DSprivate.h | |
parent | 00d38d62f725e23189f10d7bb6d3ebc56aad5cd8 (diff) | |
download | hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.zip hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.tar.gz hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.tar.bz2 |
[svn-r18880] Bug fix:
Fixed a bug (1855) in H5DSattach_scale, H5DSis_attached and H5DSdetach_scale
caused by using H5Tget_native_type function to determine the native
type for reading REFERENCE_LIST attribute. The bug was exposed on Mac PPC.
Platforms tested: juniper (Mac PPC), jam, amani, linew
Diffstat (limited to 'hl/src/H5DSprivate.h')
-rw-r--r-- | hl/src/H5DSprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5DSprivate.h b/hl/src/H5DSprivate.h index 9d921b3..5094208 100644 --- a/hl/src/H5DSprivate.h +++ b/hl/src/H5DSprivate.h @@ -38,6 +38,7 @@ typedef struct ds_list_t { */ H5_HLDLL herr_t H5DS_is_reserved( hid_t did); +H5_HLDLL hid_t H5DS_get_REFLIST_type(void); #endif |