[MOAB-dev] r3515 - MOAB/trunk/parallel

tautges at mcs.anl.gov tautges at mcs.anl.gov
Sun Jan 31 08:57:46 CST 2010


Author: tautges
Date: 2010-01-31 08:57:45 -0600 (Sun, 31 Jan 2010)
New Revision: 3515

Modified:
   MOAB/trunk/parallel/MBParallelComm.cpp
Log:
Fixing comment in MBParallelComm.



Modified: MOAB/trunk/parallel/MBParallelComm.cpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.cpp	2010-01-30 03:34:39 UTC (rev 3514)
+++ MOAB/trunk/parallel/MBParallelComm.cpp	2010-01-31 14:57:45 UTC (rev 3515)
@@ -2809,8 +2809,7 @@
   RRA("Failed to find skin.");
   if (debug) std::cerr << "Found skin, now resolving." << std::endl;
 
-    // get entities adjacent to skin ents from shared_dim down to
-    // zero; don't create them if they don't exist already
+    // get entities adjacent to skin ents from shared_dim down to zero
   for (int this_dim = skin_dim-1; this_dim >= 0; this_dim--) {
     result = mbImpl->get_adjacencies(skin_ents[skin_dim], this_dim,
                                      true, skin_ents[this_dim],



More information about the moab-dev mailing list