diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-10 14:37:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-10 14:37:02 (GMT) |
commit | 25f92bf3551db1d59e685d4f46c8b9630b69347f (patch) | |
tree | 66d05d98bb35352334322dd7202373740fb7f7af /c++/test | |
parent | 987f5d5e4de41c02b682464fa8e94252553ed57c (diff) | |
download | hdf5-25f92bf3551db1d59e685d4f46c8b9630b69347f.zip hdf5-25f92bf3551db1d59e685d4f46c8b9630b69347f.tar.gz hdf5-25f92bf3551db1d59e685d4f46c8b9630b69347f.tar.bz2 |
[svn-r8050] Purpose:
Code cleanup
Description:
Remove duplicate output code accidentally left in after testing changes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/th5s.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/test/th5s.cpp b/c++/test/th5s.cpp index 821a98f..695da54 100644 --- a/c++/test/th5s.cpp +++ b/c++/test/th5s.cpp @@ -474,8 +474,6 @@ test_h5s_compound_scalar_read(void) << space4_data.u << ", read_data4.u=" << rdata.u << endl; cout << "scalar data different: space4_data.f=" << space4_data.f << ", read_data4.f=" << rdata.f << endl; - cout << "scalar data different: space4_data.c1=" - << space4_data.c1 << ", read_data4.c1=" << rdata.c2 << endl; TestErrPrintf("scalar data different: space4_data.c1=%c, read_data4.c1=%c\n", space4_data.c1, rdata.c2); } /* end if */ |