mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
3a1ac3e4f8
bug fix Description: the name of a dataset in one test had a typo Solution: Platforms tested: linux (small change ) Misc. update:
21 lines
456 B
SQL
21 lines
456 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d contiguous tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "contiguous" {
|
|
COMMENT "This is a dataset with contiguous storage"
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT {
|
|
CONTIGUOUS
|
|
SIZE 800
|
|
OFFSET 4096
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME IFSET
|
|
ALLOC_TIME LATE
|
|
VALUE -99
|
|
}
|
|
}
|
|
}
|