summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-1.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-08 21:49:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-08 21:49:40 (GMT)
commitd5c705a642a1ed06fa8dcaa25b61aa75687799d2 (patch)
treeb8d6df906bbc40a0327d47f1da76d293da4aac59 /tools/testfiles/tall-1.ddl
parent1e800a55ca0c0096c1c8a545387d947eb9f9dd58 (diff)
downloadhdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.zip
hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.gz
hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.bz2
[svn-r8840] Purpose:
bug fix Description: when printing array indices , the calculation of the current column was not done correctly Solution: Platforms tested: linux AIX solaris Misc. update:
Diffstat (limited to 'tools/testfiles/tall-1.ddl')
-rw-r--r--tools/testfiles/tall-1.ddl16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/testfiles/tall-1.ddl b/tools/testfiles/tall-1.ddl
index 492ca0a..2fd5494 100644
--- a/tools/testfiles/tall-1.ddl
+++ b/tools/testfiles/tall-1.ddl
@@ -39,18 +39,18 @@ GROUP "/" {
DATATYPE H5T_STD_I8BE
DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
DATA {
- (0): 49, 115, 116, 32, 97, 116, 116, 114, 105, 98,
- (10): 117, 116, 101, 32, 111, 102, 32, 100,
- (18): 115, 101, 116, 49, 46, 49, 46, 49, 0
+ (0): 49, 115, 116, 32, 97, 116, 116, 114, 105, 98, 117, 116,
+ (12): 101, 32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49,
+ (24): 46, 49, 0
}
}
ATTRIBUTE "attr2" {
DATATYPE H5T_STD_I8BE
DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
DATA {
- (0): 50, 110, 100, 32, 97, 116, 116, 114, 105, 98,
- (10): 117, 116, 101, 32, 111, 102, 32, 100,
- (18): 115, 101, 116, 49, 46, 49, 46, 49, 0
+ (0): 50, 110, 100, 32, 97, 116, 116, 114, 105, 98, 117, 116,
+ (12): 101, 32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49,
+ (24): 46, 49, 0
}
}
}
@@ -58,8 +58,8 @@ GROUP "/" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 20 ) / ( 20 ) }
DATA {
- (0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
- (15): 15, 16, 17, 18, 19
+ (0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
+ (17): 17, 18, 19
}
}
}