mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
d5c705a642
bug fix Description: when printing array indices , the calculation of the current column was not done correctly Solution: Platforms tested: linux AIX solaris Misc. update:
19 lines
628 B
SQL
19 lines
628 B
SQL
#############################
|
|
Expected output for 'h5dump -r tchar.h5'
|
|
#############################
|
|
HDF5 "tchar.h5" {
|
|
GROUP "/" {
|
|
DATASET "Dataset1" {
|
|
DATATYPE H5T_STD_I8LE
|
|
DATASPACE SIMPLE { ( 308 ) / ( 308 ) }
|
|
DATA {
|
|
"Four score and seven years ago our forefathers brought forth on this "
|
|
"continent a new nation, conceived in liberty and dedicated to the pro"
|
|
"position that all men are created equal. Now we are engaged in a grea"
|
|
"t civil war, testing whether that nation or any nation so conceived a"
|
|
"nd so dedicated can long endure."
|
|
}
|
|
}
|
|
}
|
|
}
|