[MOAB-dev] r4538 - MOAB/trunk/src

Tim Tautges tautges at mcs.anl.gov
Tue Mar 1 14:34:09 CST 2011


Thanks Jason; I agree this should return tracking for the root set.

- tim

On 03/01/2011 02:14 PM, kraftche at cae.wisc.edu wrote:
> 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;
>     }
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
================================================================
"You will keep in perfect peace him whose mind is
   steadfast, because he trusts in you."               Isaiah 26:3

              Tim Tautges            Argonne National Laboratory
          (tautges at mcs.anl.gov)      (telecommuting from UW-Madison)
          phone: (608) 263-8485      1500 Engineering Dr.
            fax: (608) 263-4499      Madison, WI 53706



More information about the moab-dev mailing list