summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tldouble_scalar.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tldouble_scalar.ddl')
-rwxr-xr-xtools/testfiles/tldouble_scalar.ddl26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/testfiles/tldouble_scalar.ddl b/tools/testfiles/tldouble_scalar.ddl
deleted file mode 100755
index 596d8db..0000000
--- a/tools/testfiles/tldouble_scalar.ddl
+++ /dev/null
@@ -1,26 +0,0 @@
-HDF5 "tldouble_scalar.h5" {
-GROUP "/" {
- DATASET "dset" {
- DATATYPE H5T_ARRAY { [6] 128-bit little-endian floating-point 80-bit precision }
- DATASPACE SCALAR
- STORAGE_LAYOUT {
- CONTIGUOUS
- SIZE 96
- OFFSET 2048
- }
- FILTERS {
- NONE
- }
- FILLVALUE {
- FILL_TIME H5D_FILL_TIME_IFSET
- VALUE H5D_FILL_VALUE_DEFAULT
- }
- ALLOCATION_TIME {
- H5D_ALLOC_TIME_LATE
- }
- DATA {
- (0): [ 0, 1, 2, 3, 4, 5 ]
- }
- }
-}
-}