summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tvldtypes2.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/tvldtypes2.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/tvldtypes2.ddl')
-rw-r--r--tools/testfiles/tvldtypes2.ddl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testfiles/tvldtypes2.ddl b/tools/testfiles/tvldtypes2.ddl
index 6c9e7fd..855b5cd 100644
--- a/tools/testfiles/tvldtypes2.ddl
+++ b/tools/testfiles/tvldtypes2.ddl
@@ -7,8 +7,7 @@ GROUP "/" {
DATATYPE H5T_VLEN { H5T_VLEN { H5T_STD_U32LE}}
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
- (0): ((0)), ((100), (110, 111)),
- (2): ((200), (210, 211), (220, 221, 222)),
+ (0): ((0)), ((100), (110, 111)), ((200), (210, 211), (220, 221, 222)),
(3): ((300), (310, 311), (320, 321, 322), (330, 331, 332, 333))
}
}