diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-06-14 03:23:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-06-14 03:23:54 (GMT) |
commit | ec408ef08317074029b0dc631d526c4bb45984e6 (patch) | |
tree | 5d3bb59c29dd09713abde8f22d4dc0f875ae9e21 /src/H5Spublic.h | |
parent | e23830d29f6623c0482a06b69ae2862bde1e9e33 (diff) | |
download | hdf5-ec408ef08317074029b0dc631d526c4bb45984e6.zip hdf5-ec408ef08317074029b0dc631d526c4bb45984e6.tar.gz hdf5-ec408ef08317074029b0dc631d526c4bb45984e6.tar.bz2 |
[svn-r25283] Description:
Correct error in new hyperslab selection test to use the right # of
dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select
to H5Smodify_select.
Tested on:
MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe
(Too minor to require h5committest)
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index dd3099f..105530a 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -118,7 +118,7 @@ H5_DLL hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op, const hsize_t _stride[], const hsize_t count[], const hsize_t _block[]); -H5_DLL herr_t H5Sselect_select(hid_t space1_id, H5S_seloper_t op, +H5_DLL herr_t H5Smodify_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id); H5_DLL hid_t H5Scombine_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id); |