summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tscaleoffset.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tscaleoffset.ddl')
-rw-r--r--tools/testfiles/tscaleoffset.ddl20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/testfiles/tscaleoffset.ddl b/tools/testfiles/tscaleoffset.ddl
deleted file mode 100644
index a039736..0000000
--- a/tools/testfiles/tscaleoffset.ddl
+++ /dev/null
@@ -1,20 +0,0 @@
-HDF5 "tfilters.h5" {
-DATASET "scaleoffset" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT {
- CHUNKED ( 10, 5 )
- SIZE 188 (4.255:1 COMPRESSION)
- }
- FILTERS {
- COMPRESSION SCALEOFFSET { MIN BITS 2 }
- }
- FILLVALUE {
- FILL_TIME H5D_FILL_TIME_IFSET
- VALUE H5D_FILL_VALUE_DEFAULT
- }
- ALLOCATION_TIME {
- H5D_ALLOC_TIME_INCR
- }
-}
-}