[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

@@ -28,8 +28,7 @@ GROUP "/" {
DATATYPE H5T_ARRAY { [4] H5T_STD_I32LE }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
(0): [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ],
(3): [ 0, 0, 0, 0 ]
(0): [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ]
}
}
DATASET "Dataset5.0" {