summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tldouble_scalar.wddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tldouble_scalar.wddl')
-rwxr-xr-xtools/testfiles/tldouble_scalar.wddl26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/testfiles/tldouble_scalar.wddl b/tools/testfiles/tldouble_scalar.wddl
deleted file mode 100755
index 0c17c31..0000000
--- a/tools/testfiles/tldouble_scalar.wddl
+++ /dev/null
@@ -1,26 +0,0 @@
-HDF5 "tldouble_scalar.h5" {
-GROUP "/" {
- DATASET "dset" {
- DATATYPE H5T_ARRAY { [6] 128-bit little-endian floating-point }
- 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 ]
- }
- }
-}
-}