diff options
Diffstat (limited to 'tools/testfiles/tindicessub4.ddl')
-rw-r--r-- | tools/testfiles/tindicessub4.ddl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testfiles/tindicessub4.ddl b/tools/testfiles/tindicessub4.ddl new file mode 100644 index 0000000..cad9c06 --- /dev/null +++ b/tools/testfiles/tindicessub4.ddl @@ -0,0 +1,18 @@ +############################# +Expected output for 'h5dump -d 4d -s 0,0,1,3 -c 1,1,1,1 taindices.h5' +############################# +HDF5 "taindices.h5" { +DATASET "4d" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 2, 2, 10, 10 ) / ( 2, 2, 10, 10 ) } + SUBSET { + START ( 0, 0, 1, 3 ); + STRIDE ( 1, 1, 1, 1 ); + COUNT ( 1, 1, 1, 1 ); + BLOCK ( 1, 1, 1, 1 ); + DATA { + (0,0,1,3): 13 + } + } +} +} |