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/tstringe.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/tstringe.ddl')
-rw-r--r-- | tools/testfiles/tstringe.ddl | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/tools/testfiles/tstringe.ddl b/tools/testfiles/tstringe.ddl index 7e22e5c..1d96dbd 100644 --- a/tools/testfiles/tstringe.ddl +++ b/tools/testfiles/tstringe.ddl @@ -52,14 +52,13 @@ GROUP "/" { DATATYPE H5T_STD_I8LE DATASPACE SIMPLE { ( 93 ) / ( 93 ) } DATA { - (0): 70, 111, 117, 114, 32, 115, 99, 111, 114, 101, 32, 97, 110, - (13): 100, 32, 115, 101, 118, 101, 110, 10, 32, 121, 101, 97, - (25): 114, 115, 32, 97, 103, 111, 32, 111, 117, 114, 32, 102, - (37): 111, 114, 101, 102, 97, 116, 104, 101, 114, 115, 32, 98, - (49): 114, 111, 117, 103, 104, 116, 32, 102, 111, 114, 116, - (60): 104, 32, 111, 110, 32, 116, 104, 105, 115, 32, 99, 111, - (72): 110, 116, 105, 110, 101, 110, 116, 32, 97, 32, 110, 101, - (84): 119, 32, 110, 97, 116, 105, 111, 110, 0 + (0): 70, 111, 117, 114, 32, 115, 99, 111, 114, 101, 32, 97, 110, 100, + (14): 32, 115, 101, 118, 101, 110, 10, 32, 121, 101, 97, 114, 115, 32, + (28): 97, 103, 111, 32, 111, 117, 114, 32, 102, 111, 114, 101, 102, 97, + (42): 116, 104, 101, 114, 115, 32, 98, 114, 111, 117, 103, 104, 116, + (55): 32, 102, 111, 114, 116, 104, 32, 111, 110, 32, 116, 104, 105, + (68): 115, 32, 99, 111, 110, 116, 105, 110, 101, 110, 116, 32, 97, 32, + (82): 110, 101, 119, 32, 110, 97, 116, 105, 111, 110, 0 } } } |