diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-12 04:12:30 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-12 04:12:30 (GMT) |
commit | 83de2a580b1b6a67e604ae8336eb078741b4d7db (patch) | |
tree | e5e3f3aebbc30c67aff5eb65818c39bf6030bc81 /src/H5Spkg.h | |
parent | 6b99b7b02edfbeba9c12f608839c91ba0a0d87b0 (diff) | |
download | hdf5-83de2a580b1b6a67e604ae8336eb078741b4d7db.zip hdf5-83de2a580b1b6a67e604ae8336eb078741b4d7db.tar.gz hdf5-83de2a580b1b6a67e604ae8336eb078741b4d7db.tar.bz2 |
Re-factor coding for H5P/Sencode with libver bounds.
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r-- | src/H5Spkg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h index 984f56f..75c5e77 100644 --- a/src/H5Spkg.h +++ b/src/H5Spkg.h @@ -282,8 +282,9 @@ H5_DLLVAR const H5S_select_class_t H5S_sel_none[1]; */ H5_DLLVAR const H5S_select_class_t H5S_sel_point[1]; -/* Array of versions for Dataspace */ +/* Array of versions for Dataspace and hyperslab selections */ H5_DLLVAR const unsigned H5O_sdspace_ver_bounds[H5F_LIBVER_NBOUNDS]; +H5_DLLVAR const unsigned H5O_sds_hyper_ver_bounds[H5F_LIBVER_NBOUNDS]; /* Extent functions */ H5_DLL herr_t H5S_extent_release(H5S_extent_t *extent); |