summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tldouble_scalar.ddl
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
commitdb8b00865fdb76ce076d2032a0b27c5b012e9afc (patch)
tree3ffb877096fe9dec084f9d0d6a43e9a416460f35 /tools/testfiles/tldouble_scalar.ddl
parent3f0b8817a166bac02ee6155544b950d9c4cdfbc3 (diff)
parentcb6de06dcc18b31ab3f1d53bd93f0bbfaa0a17e1 (diff)
downloadhdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.zip
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.gz
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.bz2
Merge branch 'develop' into feature/vol_tools_tests
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 ]
- }
- }
-}
-}