hdf5/tools/testfiles/tcontiguos.ddl
Pedro Vicente Nunes 3a1ac3e4f8 [svn-r8718] Purpose:
bug fix

Description:
the name of a dataset in one test had a typo

Solution:

Platforms tested:
linux (small change )

Misc. update:
2004-06-22 10:42:42 -05:00

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
}
}
}