[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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user