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-4s.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-4s.ddl')
-rw-r--r-- | tools/testfiles/tall-4s.ddl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/testfiles/tall-4s.ddl b/tools/testfiles/tall-4s.ddl index eba555b..a8acdfa 100644 --- a/tools/testfiles/tall-4s.ddl +++ b/tools/testfiles/tall-4s.ddl @@ -11,8 +11,9 @@ DATASET "/g1/g1.1/dset1.1.1" { COUNT ( 3, 2 ); BLOCK ( 1, 1 ); DATA { - (1,1): 1, 3, 5, - (1,4): 4, 12, 20 + (1,1): 1, 4, + (3,1): 3, 12, + (5,1): 5, 20 } } ATTRIBUTE "attr1" { |