[MOAB-dev] r1320 - MOAB/trunk
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Mon Oct 22 10:50:33 CDT 2007
Author: tautges
Date: 2007-10-22 10:50:32 -0500 (Mon, 22 Oct 2007)
New Revision: 1320
Modified:
MOAB/trunk/mbparallelcomm_test.cpp
Log:
Changing informational message slightly.
Modified: MOAB/trunk/mbparallelcomm_test.cpp
===================================================================
--- MOAB/trunk/mbparallelcomm_test.cpp 2007-10-22 15:16:54 UTC (rev 1319)
+++ MOAB/trunk/mbparallelcomm_test.cpp 2007-10-22 15:50:32 UTC (rev 1320)
@@ -167,7 +167,7 @@
if (0 == rank) std::cerr << " Time = " << wtime << "." << std::endl;
if (-1 == nshared)
std::cerr << "Proc " << rank << " " << shared_ents.size()
- << " shared entities." << std::endl;
+ << " shared vertices." << std::endl;
delete pcomm;
tmp_result = mbImpl->delete_mesh();
More information about the moab-dev
mailing list