[MOAB-dev] r5908 - MOAB/trunk/src/parallel
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Dec 12 17:06:12 CST 2012
Author: iulian
Date: 2012-12-12 17:06:12 -0600 (Wed, 12 Dec 2012)
New Revision: 5908
Modified:
MOAB/trunk/src/parallel/ParallelComm.cpp
Log:
fix debug message for unpacking
Modified: MOAB/trunk/src/parallel/ParallelComm.cpp
===================================================================
--- MOAB/trunk/src/parallel/ParallelComm.cpp 2012-12-12 16:32:35 UTC (rev 5907)
+++ MOAB/trunk/src/parallel/ParallelComm.cpp 2012-12-12 23:06:12 UTC (rev 5908)
@@ -2127,7 +2127,7 @@
}
- myDebug->tprintf(4, "Unpacked %d ents of type %s", num_ents,
+ myDebug->tprintf(4, "Unpacked %d ents of type %s", num_ents2,
CN::EntityTypeName(TYPE_FROM_HANDLE(this_type)));
}
More information about the moab-dev
mailing list