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/tattr-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/tattr-1.ddl')
-rw-r--r-- | tools/testfiles/tattr-1.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tattr-1.ddl b/tools/testfiles/tattr-1.ddl index fa78894..2337fa3 100644 --- a/tools/testfiles/tattr-1.ddl +++ b/tools/testfiles/tattr-1.ddl @@ -7,8 +7,8 @@ GROUP "/" { DATATYPE H5T_STD_I8BE DATASPACE SIMPLE { ( 24 ) / ( 24 ) } DATA { - (0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, - (13): 114, 111, 111, 116, 32, 103, 114, 111, 117, 112, 0 + (0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, + (14): 111, 111, 116, 32, 103, 114, 111, 117, 112, 0 } } ATTRIBUTE "attr2" { |