mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
265a1d0209
bug fix Description: the indentation was not made properly for nested objects when printing array indices Solution: added the indentation to h5tools_simple_prefix function Platforms tested: linux AIX solaris Misc. update:
16 lines
384 B
SQL
16 lines
384 B
SQL
#############################
|
|
Expected output for 'h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5'
|
|
#############################
|
|
HDF5 "tall.h5" {
|
|
DATASET "/g2/dset2.1" {
|
|
DATATYPE H5T_IEEE_F32BE
|
|
DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
|
|
DATA {
|
|
(0): 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9
|
|
}
|
|
}
|
|
SOFTLINK "/g1/g1.2/g1.2.1/slink" {
|
|
LINKTARGET "somevalue"
|
|
}
|
|
}
|