summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcompact.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tcompact.ddl')
-rw-r--r--tools/testfiles/tcompact.ddl21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/testfiles/tcompact.ddl b/tools/testfiles/tcompact.ddl
deleted file mode 100644
index 977f959..0000000
--- a/tools/testfiles/tcompact.ddl
+++ /dev/null
@@ -1,21 +0,0 @@
-HDF5 "tfilters.h5" {
-DATASET "compact" {
-COMMENT "This is a dataset with compact storage"
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT {
- COMPACT
- SIZE 800
- }
- FILTERS {
- NONE
- }
- FILLVALUE {
- FILL_TIME H5D_FILL_TIME_IFSET
- VALUE H5D_FILL_VALUE_DEFAULT
- }
- ALLOCATION_TIME {
- H5D_ALLOC_TIME_EARLY
- }
-}
-}