mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
5a2c6b0ae1
"Hide" file format changes (for now) Description: Add ifdef's (controlled by the --enable-group-revision configure flag) to disable group revision changes to the file format, in order to allow alpha release to go ahead without releasing an unsupported version into the wild. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
19 lines
407 B
SQL
19 lines
407 B
SQL
#############################
|
|
Expected output for 'h5dump tvms.h5'
|
|
#############################
|
|
HDF5 "tvms.h5" {
|
|
GROUP "/" {
|
|
DATASET "Array" {
|
|
DATATYPE H5T_VAX_F64
|
|
DATASPACE SIMPLE { ( 5, 6 ) / ( 5, 6 ) }
|
|
DATA {
|
|
(0,0): 0, 1, 2, 3, 4, 5,
|
|
(1,0): 1, 2, 3, 4, 5, 6,
|
|
(2,0): 2, 3, 4, 5, 6, 7,
|
|
(3,0): 3, 4, 5, 6, 7, 8,
|
|
(4,0): 4, 5, 6, 7, 8, 9
|
|
}
|
|
}
|
|
}
|
|
}
|