diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-08 19:25:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-08 19:25:14 (GMT) |
commit | eed923ec705fd25e863bc86e9979197868ac5b61 (patch) | |
tree | 3194eda24a4f3f40da1a44fab22dceed1ae67c3e | |
parent | 1d3186ad45151bd1dd50a3053410d17f4edbfe93 (diff) | |
download | hdf5-eed923ec705fd25e863bc86e9979197868ac5b61.zip hdf5-eed923ec705fd25e863bc86e9979197868ac5b61.tar.gz hdf5-eed923ec705fd25e863bc86e9979197868ac5b61.tar.bz2 |
HDFFV-10876 fix compare reference
-rw-r--r-- | tools/testfiles/tbinregR.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl index 99cec79..a44daa0 100644 --- a/tools/testfiles/tbinregR.ddl +++ b/tools/testfiles/tbinregR.ddl @@ -16,8 +16,8 @@ DATASET "/Dataset1" { } } DATASET "tdatareg.h5/Dataset2" { - REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), - (9,0), (7,1), (3,3) + REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), + (0,4), (9,0), (7,1), (3,3) DATATYPE H5T_STD_U8BE DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } DATA { |