[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:
This commit is contained in:
Pedro Vicente Nunes
2006-04-26 10:42:14 -05:00
parent b9b6d2afb6
commit c5dc74de15
6 changed files with 7 additions and 7 deletions

View File

@@ -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 */