Files
hdf5/tools/testfiles/treference.ddl
Pedro Vicente Nunes d4eec2cb07 [svn-r8758] Purpose:
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:
2004-06-29 12:42:09 -05:00

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