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/lib | |
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/lib')
-rw-r--r-- | tools/lib/h5diff_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index abf1f74..814a5d7 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -1787,7 +1787,7 @@ hsize_t diff_region(hid_t obj1_id, hsize_t *ptdata2; int ndims1; int ndims2; - int i, j, ret; + int i, j; haddr_t objno1, objno2; /* compact form of object's location */ hsize_t nfound_b=0; /* block differences found */ hsize_t nfound_p=0; /* point differences found */ |