diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-08 21:49:40 (GMT) |
commit | d5c705a642a1ed06fa8dcaa25b61aa75687799d2 (patch) | |
tree | b8d6df906bbc40a0327d47f1da76d293da4aac59 /tools/testfiles/tdset2-1s.ddl | |
parent | 1e800a55ca0c0096c1c8a545387d947eb9f9dd58 (diff) | |
download | hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.zip hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.gz hdf5-d5c705a642a1ed06fa8dcaa25b61aa75687799d2.tar.bz2 |
[svn-r8840] Purpose:
bug fix
Description:
when printing array indices , the calculation of the current column was not done correctly
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tdset2-1s.ddl')
-rw-r--r-- | tools/testfiles/tdset2-1s.ddl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tdset2-1s.ddl b/tools/testfiles/tdset2-1s.ddl index eaf8ba0..b160a53 100644 --- a/tools/testfiles/tdset2-1s.ddl +++ b/tools/testfiles/tdset2-1s.ddl @@ -11,10 +11,10 @@ DATASET "/dset1" { COUNT ( 4, 4 ); BLOCK ( 1, 4 ); DATA { - (0,0): 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 2, - (0,1): 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 4, 5, - (0,2): 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 6, 7, 8, - (0,3): 9, 6, 7, 8, 9, 6, 7, 8, 9, 6, 7, 8, 9 + (0,0): 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 2, 3, 4, 5, + (0,4): 2, 3, 4, 5, 2, 3, 4, 5, 2, 3, 4, 5, 4, 5, 6, 7, 4, 5, 6, 7, + (0,8): 4, 5, 6, 7, 4, 5, 6, 7, 6, 7, 8, 9, 6, 7, 8, 9, 6, 7, 8, 9, + (0,12): 6, 7, 8, 9 } } } |