summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/trawssetfile.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/trawssetfile.ddl')
-rw-r--r--tools/testfiles/trawssetfile.ddl14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/testfiles/trawssetfile.ddl b/tools/testfiles/trawssetfile.ddl
deleted file mode 100644
index e8f07f8..0000000
--- a/tools/testfiles/trawssetfile.ddl
+++ /dev/null
@@ -1,14 +0,0 @@
-HDF5 "tdset.h5" {
-DATASET "/dset1" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) }
- SUBSET {
- START ( 1, 1 );
- STRIDE ( 1, 1 );
- COUNT ( 1, 1 );
- BLOCK ( 1, 1 );
- DATA {
- }
- }
-}
-}