mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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
This commit is contained in:
parent
987f5d5e4d
commit
25f92bf355
@ -474,8 +474,6 @@ test_h5s_compound_scalar_read(void)
|
|||||||
<< space4_data.u << ", read_data4.u=" << rdata.u << endl;
|
<< space4_data.u << ", read_data4.u=" << rdata.u << endl;
|
||||||
cout << "scalar data different: space4_data.f="
|
cout << "scalar data different: space4_data.f="
|
||||||
<< space4_data.f << ", read_data4.f=" << rdata.f << endl;
|
<< 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",
|
TestErrPrintf("scalar data different: space4_data.c1=%c, read_data4.c1=%c\n",
|
||||||
space4_data.c1, rdata.c2);
|
space4_data.c1, rdata.c2);
|
||||||
} /* end if */
|
} /* end if */
|
||||||
|
Loading…
Reference in New Issue
Block a user