[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user