[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:
This commit is contained in:
Pedro Vicente Nunes
2004-07-08 16:49:40 -05:00
parent 1e800a55ca
commit d5c705a642
21 changed files with 672 additions and 889 deletions

View File

@@ -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))
}
}