diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-26 15:42:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-26 15:42:14 (GMT) |
commit | c5dc74de1583e40affee0ebef1749d0e7b0d94ba (patch) | |
tree | 5e161dc411fff0d4cef1959f0479b446cde301b3 /tools/h5diff | |
parent | b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5 (diff) | |
download | hdf5-c5dc74de1583e40affee0ebef1749d0e7b0d94ba.zip hdf5-c5dc74de1583e40affee0ebef1749d0e7b0d94ba.tar.gz hdf5-c5dc74de1583e40affee0ebef1749d0e7b0d94ba.tar.bz2 |
[svn-r12303] Purpose:
new feature
Description:
modified the test case for region points, so that there is not an ordered sequence of points that differ, but one with gaps
Solution:
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/h5diffgentest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c index c99c8df..029e694 100644 --- a/tools/h5diff/h5diffgentest.c +++ b/tools/h5diff/h5diffgentest.c @@ -404,9 +404,9 @@ void gen_datareg(hid_t fid, coord[4][0]=2; coord[4][1]=8; if (make_diffs) { - coord[0][0]=5; coord[0][1]=8; coord[1][0]=3; coord[1][1]=3; - coord[2][0]=7; coord[2][1]=5; + coord[3][0]=2; coord[3][1]=5; + coord[4][0]=1; coord[4][1]=7; } H5Sselect_elements(sid1,H5S_SELECT_SET,5,(const hsize_t **)coord); H5Sget_select_npoints(sid1); |