diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-01-10 19:15:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-01-10 19:15:16 (GMT) |
commit | ba14f838467f787fd4d42185a7e65fc529f84af8 (patch) | |
tree | 126171e83360b5c261472e66125551edfa1177d7 /tools/testfiles/tall-5s.ddl | |
parent | 56407cde0eb97b44d2e2fccf1c67ea585811f7f1 (diff) | |
download | hdf5-ba14f838467f787fd4d42185a7e65fc529f84af8.zip hdf5-ba14f838467f787fd4d42185a7e65fc529f84af8.tar.gz hdf5-ba14f838467f787fd4d42185a7e65fc529f84af8.tar.bz2 |
[svn-r13134]
New version of the function h5tools_dump_simple_subset, to display subsetting. The new algorithm is:
Introduced an outer loop for cases where dimensionality is greater
than 2D. In each iteration a 2D block is displayed by rows in a inner
loop. The remainning slower dimensions above the first 2 are incremented
one at a time in the outer loop
Note: when blocks are introduced, the display is not correct. This is a bug that requires an improvement of the algorithm.
Diffstat (limited to 'tools/testfiles/tall-5s.ddl')
-rw-r--r-- | tools/testfiles/tall-5s.ddl | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/testfiles/tall-5s.ddl b/tools/testfiles/tall-5s.ddl index fbf5238..95e4d63 100644 --- a/tools/testfiles/tall-5s.ddl +++ b/tools/testfiles/tall-5s.ddl @@ -11,16 +11,7 @@ DATASET "/g1/g1.1/dset1.1.2" { COUNT ( 10 ); BLOCK ( 1 ); DATA { - (0): 0, - (2): 2, - (4): 4, - (6): 6, - (8): 8, - (10): 10, - (12): 12, - (14): 14, - (16): 16, - (18): 18 + (0): 0, 2, 4, 6, 8, 10, 12, 14, 16, 18 } } } |