summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-07 19:00:33 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-07 19:00:33 (GMT)
commit304df18dab6e35e240399f5da538c2f497fbaa59 (patch)
tree61bdd2e57a2f33197ae5abab1ea904de15137c77 /src/H5Shyper.c
parente9464c11b56a407f5d1b8ea8e2009049df21dc2b (diff)
downloadhdf5-304df18dab6e35e240399f5da538c2f497fbaa59.zip
hdf5-304df18dab6e35e240399f5da538c2f497fbaa59.tar.gz
hdf5-304df18dab6e35e240399f5da538c2f497fbaa59.tar.bz2
Normalization of dataspace code + reorg of public dataset calls
Diffstat (limited to 'src/H5Shyper.c')
-rw-r--r--src/H5Shyper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index 307ded9..e12ff93 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -10297,7 +10297,7 @@ done:
REVISION LOG
--------------------------------------------------------------------------*/
herr_t
-H5S_combine_hyperslab(H5S_t *old_space, H5S_seloper_t op, const hsize_t start[], const hsize_t *stride,
+H5S_combine_hyperslab(const H5S_t *old_space, H5S_seloper_t op, const hsize_t start[], const hsize_t *stride,
const hsize_t count[], const hsize_t *block, H5S_t **new_space)
{
unsigned u; /* Local index variable */