[MOAB-dev] r4265 - MOAB/trunk/src/parallel/moab
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Mon Nov 15 12:32:39 CST 2010
Author: tautges
Date: 2010-11-15 12:32:39 -0600 (Mon, 15 Nov 2010)
New Revision: 4265
Modified:
MOAB/trunk/src/parallel/moab/ParallelComm.hpp
Log:
Corrected comments on ParallelComm::get_shared_entities; also set DEBUG_BUFFER
to 0.
Modified: MOAB/trunk/src/parallel/moab/ParallelComm.hpp
===================================================================
--- MOAB/trunk/src/parallel/moab/ParallelComm.hpp 2010-11-12 18:45:20 UTC (rev 4264)
+++ MOAB/trunk/src/parallel/moab/ParallelComm.hpp 2010-11-15 18:32:39 UTC (rev 4265)
@@ -373,13 +373,14 @@
std::set<int> &procs,
int op = Interface::INTERSECT);
- /** \brief Get entities on an inter-processor interface and of specified dimension
- * If other_proc is -1, any interface entities are returned. If dim is -1,
+ /** \brief Get shared entities of specified dimension
+ * If other_proc is -1, any shared entities are returned. If dim is -1,
* entities of all dimensions on interface are returned.
* \param other_proc Rank of processor for which interface entities are requested
* \param shared_ents Entities returned from function
* \param dim Dimension of interface entities requested
* \param iface If true, return only entities on the interface
+ * \param owned_filter If true, return only owned shared entities
*/
ErrorCode get_shared_entities(int other_proc,
Range &shared_ents,
@@ -1133,7 +1134,7 @@
}
}
-#define DEBUG_BUFFER 1
+#define DEBUG_BUFFER 0
inline void ParallelComm::Buffer::reserve(unsigned int new_size) {
More information about the moab-dev
mailing list