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

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Mon Jun 30 10:57:31 CDT 2008


Author: kraftche
Date: 2008-06-30 10:57:27 -0500 (Mon, 30 Jun 2008)
New Revision: 1964

Modified:
   MOAB/trunk/parallel/MBParallelComm.hpp
Log:
make default arguments consistent

Modified: MOAB/trunk/parallel/MBParallelComm.hpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.hpp	2008-06-30 15:55:02 UTC (rev 1963)
+++ MOAB/trunk/parallel/MBParallelComm.hpp	2008-06-30 15:57:27 UTC (rev 1964)
@@ -324,7 +324,7 @@
                                   MBRange& owned_ents,
                                   int to_proc = -1,
                                   bool owned_test = true,
-                                  bool shared_test = true );
+                                  bool shared_test = false );
   
 private:
 




More information about the moab-dev mailing list