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/tstr-1.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/tstr-1.ddl')
-rw-r--r-- | tools/testfiles/tstr-1.ddl | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/tools/testfiles/tstr-1.ddl b/tools/testfiles/tstr-1.ddl index 3dabcf6..099b291 100644 --- a/tools/testfiles/tstr-1.ddl +++ b/tools/testfiles/tstr-1.ddl @@ -277,9 +277,8 @@ GROUP "/" { (0): "ab cd ef1 ", "ab cd ef2 ", "ab cd ef3 ", "ab cd ef4 ", (4): "ab cd ef5 ", "ab cd ef6 ", "ab cd ef7 ", "ab cd ef8 ", (8): "ab cd ef9 ", "ab cd ef0 ", "ab cd ef1 ", "ab cd ef2 ", - (12): "ab cd ef3 ", "ab cd ef4 ", "ab cd ef5 ", - (15): "ab cd ef6 ", "ab cd ef7 ", "ab cd ef8 ", - (18): "ab cd ef9 ", "ab cd ef0 " + (12): "ab cd ef3 ", "ab cd ef4 ", "ab cd ef5 ", "ab cd ef6 ", + (16): "ab cd ef7 ", "ab cd ef8 ", "ab cd ef9 ", "ab cd ef0 " } } DATASET "string3" { @@ -291,20 +290,15 @@ GROUP "/" { } DATASPACE SIMPLE { ( 27 ) / ( 27 ) } DATA { - (0): "abcd0\000\000\000", "abcd1\000\000\000", - (2): "abcd2\000\000\000", "abcd3\000\000\000", - (4): "abcd4\000\000\000", "abcd5\000\000\000", - (6): "abcd6\000\000\000", "abcd7\000\000\000", - (8): "abcd8\000\000\000", "abcd9\000\000\000", - (10): "abcd0\000\000\000", "abcd1\000\000\000", - (12): "abcd2\000\000\000", "abcd3\000\000\000", - (14): "abcd4\000\000\000", "abcd5\000\000\000", - (16): "abcd6\000\000\000", "abcd7\000\000\000", - (18): "abcd8\000\000\000", "abcd9\000\000\000", - (20): "abcd0\000\000\000", "abcd1\000\000\000", - (22): "abcd2\000\000\000", "abcd3\000\000\000", - (24): "abcd4\000\000\000", "abcd5\000\000\000", - (26): "abcd6\000\000\000" + (0): "abcd0\000\000\000", "abcd1\000\000\000", "abcd2\000\000\000", + (3): "abcd3\000\000\000", "abcd4\000\000\000", "abcd5\000\000\000", + (6): "abcd6\000\000\000", "abcd7\000\000\000", "abcd8\000\000\000", + (9): "abcd9\000\000\000", "abcd0\000\000\000", "abcd1\000\000\000", + (12): "abcd2\000\000\000", "abcd3\000\000\000", "abcd4\000\000\000", + (15): "abcd5\000\000\000", "abcd6\000\000\000", "abcd7\000\000\000", + (18): "abcd8\000\000\000", "abcd9\000\000\000", "abcd0\000\000\000", + (21): "abcd1\000\000\000", "abcd2\000\000\000", "abcd3\000\000\000", + (24): "abcd4\000\000\000", "abcd5\000\000\000", "abcd6\000\000\000" } } DATASET "string4" { |