summaryrefslogtreecommitdiffstats
path: root/test/iopipe.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-06 21:01:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-06 21:01:59 (GMT)
commit650e88756c4d81f819141d28e9239fbb6446ed30 (patch)
treeb072d230ee7c60c7ab3548e04d291f81b8c1ceda /test/iopipe.c
parent43f13aeca28a722d6436d43dcd84a59918dc0950 (diff)
downloadhdf5-650e88756c4d81f819141d28e9239fbb6446ed30.zip
hdf5-650e88756c4d81f819141d28e9239fbb6446ed30.tar.gz
hdf5-650e88756c4d81f819141d28e9239fbb6446ed30.tar.bz2
[svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for
point selections and strides.
Diffstat (limited to 'test/iopipe.c')
-rw-r--r--test/iopipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iopipe.c b/test/iopipe.c
index d236ed1..447f483 100644
--- a/test/iopipe.c
+++ b/test/iopipe.c
@@ -318,7 +318,7 @@ main (void)
assert (size[0]>20 && size[1]>20);
start[0] = start[1] = 10;
count[0] = count[1] = size[0]-20;
- status = H5Sset_hyperslab (file_space, start, count, NULL);
+ status = H5Sselect_hyperslab (file_space, H5S_SELECT_SET, start, NULL, count, NULL);
assert (status>=0);
synchronize ();
#ifdef HAVE_GETRUSAGE