mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
70b46a1d89
1. changed the -F flag option names to "BE and "LE" for big and little endian 2. added a more verbose usage message for these options 3. add a new test 4. add a make clean instruction to *.bin
12 lines
244 B
SQL
12 lines
244 B
SQL
#############################
|
|
Expected output for 'h5dump -d integer -b out1.bin test1.h5'
|
|
#############################
|
|
HDF5 "test1.h5" {
|
|
DATASET "integer" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|