[MOAB-dev] r4613 - MOAB/trunk/src/parallel

Tim Tautges tautges at mcs.anl.gov
Fri Mar 18 20:04:58 CDT 2011


Thanks!

- tim

On 03/18/2011 06:45 PM, hongjun at mcs.anl.gov wrote:
> Author: hongjun
> Date: 2011-03-18 18:45:20 -0500 (Fri, 18 Mar 2011)
> New Revision: 4613
>
> Modified:
>     MOAB/trunk/src/parallel/ParallelComm.cpp
> Log:
> o Non-assigned "skin_dim" variable is set as "resolve_dim-1"
> o This commit is for "resolve_shared_ents" function giving "skin_ents" arrary by user
> o Passes "make check"
>
>
> Modified: MOAB/trunk/src/parallel/ParallelComm.cpp
> ===================================================================
> --- MOAB/trunk/src/parallel/ParallelComm.cpp	2011-03-18 22:37:32 UTC (rev 4612)
> +++ MOAB/trunk/src/parallel/ParallelComm.cpp	2011-03-18 23:45:20 UTC (rev 4613)
> @@ -3259,7 +3259,7 @@
>     ErrorCode result;
>     std::vector<int>  gid_data;
>     std::vector<EntityHandle>  handle_vec;
> -  int skin_dim;
> +  int skin_dim = resolve_dim-1;
>
>     // global id tag
>     Tag gid_tag; int def_val = -1;
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
================================================================
"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