hdf5/tools/testfiles/tfillnever.ddl
Pedro Vicente Nunes 9d0ee09708 [svn-r8647] Purpose:
h5dump update

Description:
updated the h5dump test files  generator , so that it coincides with the 1.6 branch

Solution:

Platforms tested:
linux (small)

Misc. update:
2004-06-10 15:55:34 -05:00

18 lines
388 B
SQL

#############################
Expected output for 'h5dump -H -p -d fill_never tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "fill_never" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
STORAGE_LAYOUT CHUNKED {
SIZE 800 ( 10, 5 )
}
FILLVALUE {
FILL_TIME NEVER
ALLOC_TIME EARLY
VALUE -99
}
}
}