summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/texternal.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/texternal.ddl')
-rw-r--r--tools/testfiles/texternal.ddl23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/testfiles/texternal.ddl b/tools/testfiles/texternal.ddl
deleted file mode 100644
index 59cd22c..0000000
--- a/tools/testfiles/texternal.ddl
+++ /dev/null
@@ -1,23 +0,0 @@
-HDF5 "tfilters.h5" {
-DATASET "external" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 100 ) / ( 100 ) }
- STORAGE_LAYOUT {
- CONTIGUOUS
- EXTERNAL {
- FILENAME ext1.bin SIZE 200 OFFSET 0
- FILENAME ext2.bin SIZE 200 OFFSET 0
- }
- }
- FILTERS {
- NONE
- }
- FILLVALUE {
- FILL_TIME H5D_FILL_TIME_IFSET
- VALUE H5D_FILL_VALUE_DEFAULT
- }
- ALLOCATION_TIME {
- H5D_ALLOC_TIME_LATE
- }
-}
-}