[MOAB-dev] r2189 - MOAB/trunk/parallel
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Oct 31 12:27:13 CDT 2008
Author: kraftche
Date: 2008-10-31 12:27:13 -0500 (Fri, 31 Oct 2008)
New Revision: 2189
Modified:
MOAB/trunk/parallel/MBParallelComm.hpp
Log:
add utility method to get moab instance from MBParallelComm
Modified: MOAB/trunk/parallel/MBParallelComm.hpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.hpp 2008-10-31 17:26:40 UTC (rev 2188)
+++ MOAB/trunk/parallel/MBParallelComm.hpp 2008-10-31 17:27:13 UTC (rev 2189)
@@ -617,6 +617,8 @@
int to_proc,
const MBRange &new_ents);
+ MBInterface* get_moab() const { return mbImpl; }
+
private:
//! goes through from_vec, and for any with type MBMAXTYPE, replaces with
//! new_ents value at index corresponding to id of entity in from_vec
More information about the moab-dev
mailing list