h5dump new feature, bug fix Description: added the dump of unmamed types to the file contents fixed a bug in the type array, it was printing invalid characters with the array indices option on Solution: Platforms tested: linux AIX solaris Misc. update:
13 lines
281 B
SQL
13 lines
281 B
SQL
#############################
|
|
Expected output for 'h5dump -d reference tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "reference" {
|
|
DATATYPE H5T_REFERENCE
|
|
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
|
|
DATA {
|
|
(0): DATASET 60328 /g1/mydset
|
|
}
|
|
}
|
|
}
|