[MOAB-dev] r4613 - MOAB/trunk/src/parallel
hongjun at mcs.anl.gov
hongjun at mcs.anl.gov
Fri Mar 18 18:45:20 CDT 2011
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;
More information about the moab-dev
mailing list