[MOAB-dev] r4538 - MOAB/trunk/src
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Mar 1 14:14:09 CST 2011
Author: kraftche
Date: 2011-03-01 14:14:09 -0600 (Tue, 01 Mar 2011)
New Revision: 4538
Modified:
MOAB/trunk/src/Core.cpp
Log:
get_meshset_options should return MESHSET_TRACK_OWNER for root set
Modified: MOAB/trunk/src/Core.cpp
===================================================================
--- MOAB/trunk/src/Core.cpp 2011-03-01 18:29:48 UTC (rev 4537)
+++ MOAB/trunk/src/Core.cpp 2011-03-01 20:14:09 UTC (rev 4538)
@@ -2841,7 +2841,7 @@
unsigned int& options) const
{
if (!ms_handle) { // root set
- options = MESHSET_SET;
+ options = MESHSET_SET|MESHSET_TRACK_OWNER;
return MB_SUCCESS;
}
More information about the moab-dev
mailing list