mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
651bd4e252
Bug fixes and code cleanup Description: Whitespace removal. Added testfiles for named datatypes in attributes. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
16 lines
382 B
SQL
16 lines
382 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 {
|
|
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"
|
|
}
|
|
}
|