diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-04 20:41:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-04 20:41:12 (GMT) |
commit | 40cdbe0b8dc5ad618920d6a33a818cfa42c3f241 (patch) | |
tree | 92830ca7ff7f9c42c890c746a035a4b70f7e5959 /tools/testfiles/tints4dimsCountEq.ddl | |
parent | 1f10dc7f119e612f91bedbc6a9ecb65f314cc707 (diff) | |
download | hdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.zip hdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.tar.gz hdf5-40cdbe0b8dc5ad618920d6a33a818cfa42c3f241.tar.bz2 |
[svn-r29274] HDFFV-9698: fix subsetting issues with h5dump
Diffstat (limited to 'tools/testfiles/tints4dimsCountEq.ddl')
-rw-r--r-- | tools/testfiles/tints4dimsCountEq.ddl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/testfiles/tints4dimsCountEq.ddl b/tools/testfiles/tints4dimsCountEq.ddl new file mode 100644 index 0000000..8b17bfc --- /dev/null +++ b/tools/testfiles/tints4dimsCountEq.ddl @@ -0,0 +1,30 @@ +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, 1, 1 ); + COUNT ( 2, 2, 4, 4 ); + BLOCK ( 1, 2, 1, 1 ); + DATA { + (0,0,0,0): 0, 1, 2, 3, 80, 81, 82, 83, + (0,0,1,0): 10, 11, 12, 13, 90, 91, 92, 93, + (0,0,2,0): 20, 21, 22, 23, 100, 101, 102, 103, + (0,0,3,0): 30, 31, 32, 33, 110, 111, 112, 113 + (0,2,0,0): 160, 161, 162, 163, 240, 241, 242, 243, + (0,2,1,0): 170, 171, 172, 173, 250, 251, 252, 253, + (0,2,2,0): 180, 181, 182, 183, 260, 261, 262, 263, + (0,2,3,0): 190, 191, 192, 193, 270, 271, 272, 273 + (2,0,0,0): 960, 961, 962, 963, 1040, 1041, 1042, 1043, + (2,0,1,0): 970, 971, 972, 973, 1050, 1051, 1052, 1053, + (2,0,2,0): 980, 981, 982, 983, 1060, 1061, 1062, 1063, + (2,0,3,0): 990, 991, 992, 993, 1070, 1071, 1072, 1073 + (2,2,0,0): 1120, 1121, 1122, 1123, 1200, 1201, 1202, 1203, + (2,2,1,0): 1130, 1131, 1132, 1133, 1210, 1211, 1212, 1213, + (2,2,2,0): 1140, 1141, 1142, 1143, 1220, 1221, 1222, 1223, + (2,2,3,0): 1150, 1151, 1152, 1153, 1230, 1231, 1232, 1233 + } + } +} +} |