[MOAB-dev] r5491 - MOAB/trunk/test/parallel
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Mon Apr 23 14:13:32 CDT 2012
Author: iulian
Date: 2012-04-23 14:13:32 -0500 (Mon, 23 Apr 2012)
New Revision: 5491
Modified:
MOAB/trunk/test/parallel/mbparallelcomm_test.cpp
Log:
bug introduced earlier
Modified: MOAB/trunk/test/parallel/mbparallelcomm_test.cpp
===================================================================
--- MOAB/trunk/test/parallel/mbparallelcomm_test.cpp 2012-04-23 18:08:41 UTC (rev 5490)
+++ MOAB/trunk/test/parallel/mbparallelcomm_test.cpp 2012-04-23 19:13:32 UTC (rev 5491)
@@ -345,7 +345,7 @@
pcs[i] = new ParallelComm(mbImpl);
int index = pcs[i]->get_id();
std::ostringstream newopts;
- newopts << options;
+ newopts << options.str();
newopts << ";PARALLEL_COMM="<<index;
result = mbImpl->load_file( filenames[i].c_str(), 0, newopts.str().c_str());
More information about the moab-dev
mailing list