summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tindicessub1.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tindicessub1.ddl')
-rw-r--r--tools/testfiles/tindicessub1.ddl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/testfiles/tindicessub1.ddl b/tools/testfiles/tindicessub1.ddl
deleted file mode 100644
index 5cf4058..0000000
--- a/tools/testfiles/tindicessub1.ddl
+++ /dev/null
@@ -1,15 +0,0 @@
-HDF5 "taindices.h5" {
-DATASET "1d" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 100 ) / ( 100 ) }
- SUBSET {
- START ( 1 );
- STRIDE ( 10 );
- COUNT ( 2 );
- BLOCK ( 3 );
- DATA {
- (1): 1, 2, 3, 11, 12, 13
- }
- }
-}
-}