diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-14 21:57:19 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-14 21:57:19 (GMT) |
commit | a6605796b3fe5d179e6e52f2fa7952666f8b93c4 (patch) | |
tree | 9549ad90a839591e2877a98c79d67d31b9d7e188 /tools/h5dump | |
parent | 1c3e5859d1cdc0e26f21fbc2249577123ad5b8d1 (diff) | |
download | hdf5-a6605796b3fe5d179e6e52f2fa7952666f8b93c4.zip hdf5-a6605796b3fe5d179e6e52f2fa7952666f8b93c4.tar.gz hdf5-a6605796b3fe5d179e6e52f2fa7952666f8b93c4.tar.bz2 |
[svn-r14412] more progress on the block hyperslab bug, clean code
modified the 3D test case for subsetting with block and stride factors
tested: windows, linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index d6877ac..3db5c58 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -381,7 +381,7 @@ TOOLTEST tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5 TOOLTEST tindicessub2.ddl -d 2d -s 1,2 -c 2,3 -k 2,2 -S 2,1 taindices.h5 # 3D case -TOOLTEST tindicessub3.ddl -d 3d -s 0,1,3 -c 2,6,4 taindices.h5 +TOOLTEST tindicessub3.ddl -d 3d -s 0,1,2 -c 1,2,3 -k 1,2,1 -S 1,2,1 taindices.h5 # 4D case TOOLTEST tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5 |