summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tmulti.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tmulti.ddl')
-rw-r--r--tools/testfiles/tmulti.ddl20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/testfiles/tmulti.ddl b/tools/testfiles/tmulti.ddl
deleted file mode 100644
index b6bf35e..0000000
--- a/tools/testfiles/tmulti.ddl
+++ /dev/null
@@ -1,20 +0,0 @@
-HDF5 "tmulti" {
-GROUP "/" {
- DATASET "dset1" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 10, 15 ) / ( 10, 15 ) }
- DATA {
- (0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
- (1,0): 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
- (2,0): 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
- (3,0): 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
- (4,0): 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
- (5,0): 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
- (6,0): 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
- (7,0): 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
- (8,0): 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- (9,0): 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
- }
- }
-}
-}