[MOAB-dev] r5107 - MOAB/trunk/test/parallel
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Sun Aug 21 16:34:37 CDT 2011
Author: kraftche
Date: 2011-08-21 16:34:36 -0500 (Sun, 21 Aug 2011)
New Revision: 5107
Modified:
MOAB/trunk/test/parallel/parallel_hdf5_test.cc
Log:
fix minor bug in parallel_hdf5_test
Modified: MOAB/trunk/test/parallel/parallel_hdf5_test.cc
===================================================================
--- MOAB/trunk/test/parallel/parallel_hdf5_test.cc 2011-08-18 15:12:23 UTC (rev 5106)
+++ MOAB/trunk/test/parallel/parallel_hdf5_test.cc 2011-08-21 21:34:36 UTC (rev 5107)
@@ -373,7 +373,7 @@
std::string str;
if (WriteDebugLevel) {
std::ostringstream s;
- s << opt << ";DEBUG_IO=" << ReadDebugLevel;
+ s << opt << ";DEBUG_IO=" << WriteDebugLevel;
str = s.str();
opt = str.c_str();
}
@@ -666,7 +666,7 @@
std::string str;
if (WriteDebugLevel) {
std::ostringstream s;
- s << opt << ";DEBUG_IO=" << ReadDebugLevel;
+ s << opt << ";DEBUG_IO=" << WriteDebugLevel;
str = s.str();
opt = str.c_str();
}
More information about the moab-dev
mailing list