[MOAB-dev] r1909 - MOAB/trunk
dcthomp at mcs.anl.gov
dcthomp at mcs.anl.gov
Tue Jun 17 19:54:07 CDT 2008
Author: dcthomp
Date: 2008-06-17 19:54:07 -0500 (Tue, 17 Jun 2008)
New Revision: 1909
Modified:
MOAB/trunk/MBParallelConventions.h
Log:
BUG: The PSTATUS_NOT_OWNED bit should be 0x1, not 0x0.
Modified: MOAB/trunk/MBParallelConventions.h
===================================================================
--- MOAB/trunk/MBParallelConventions.h 2008-06-18 00:52:23 UTC (rev 1908)
+++ MOAB/trunk/MBParallelConventions.h 2008-06-18 00:54:07 UTC (rev 1909)
@@ -64,7 +64,7 @@
*/
#define PARALLEL_STATUS_TAG_NAME "PARALLEL_STATUS"
-#define PSTATUS_NOT_OWNED 0x0
+#define PSTATUS_NOT_OWNED 0x1
#define PSTATUS_SHARED 0x2
#define PSTATUS_INTERFACE 0x4
#define PSTATUS_GHOST 0x8
More information about the moab-dev
mailing list