summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tints4dimsStride2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tints4dimsStride2.ddl')
-rw-r--r--tools/testfiles/tints4dimsStride2.ddl22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/testfiles/tints4dimsStride2.ddl b/tools/testfiles/tints4dimsStride2.ddl
deleted file mode 100644
index 7ec98fc..0000000
--- a/tools/testfiles/tints4dimsStride2.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 ( 2, 2, 2, 2 );
- COUNT ( 2, 2, 2, 2 );
- BLOCK ( 1, 1, 1, 1 );
- DATA {
- (0,0,0,0): 0, 2,
- (0,0,2,0): 20, 22
- (0,2,0,0): 160, 162,
- (0,2,2,0): 180, 182
- (2,0,0,0): 960, 962,
- (2,0,2,0): 980, 982
- (2,2,0,0): 1120, 1122,
- (2,2,2,0): 1140, 1142
- }
- }
-}
-}