summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsCount2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tints4dimsCount2.ddl')
-rw-r--r--tools/testfiles/tints4dimsCount2.ddl22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/testfiles/tints4dimsCount2.ddl b/tools/testfiles/tints4dimsCount2.ddl
deleted file mode 100644
index 500e418..0000000
--- a/tools/testfiles/tints4dimsCount2.ddl
+++ /dev/null
@@ -1,22 +0,0 @@
-HDF5 "tints4dims.h5" {
-DATASET "FourDimInts" {
- DATATYPE H5T_STD_U32LE
- DATASPACE SIMPLE { ( 4, 6, 8, 10 ) / ( 4, 6, 8, 10 ) }
- SUBSET {
- START ( 0, 0, 0, 0 );
- STRIDE ( 1, 1, 1, 1 );
- COUNT ( 2, 2, 2, 2 );
- BLOCK ( 1, 1, 1, 1 );
- DATA {
- (0,0,0,0): 0, 1,
- (0,0,1,0): 10, 11
- (0,1,0,0): 80, 81,
- (0,1,1,0): 90, 91
- (1,0,0,0): 480, 481,
- (1,0,1,0): 490, 491
- (1,1,0,0): 560, 561,
- (1,1,1,0): 570, 571
- }
- }
-}
-}