[MOAB-dev] r2244 - in MOAB/trunk: parallel tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Nov 13 21:22:42 CST 2008


Author: kraftche
Date: 2008-11-13 21:22:42 -0600 (Thu, 13 Nov 2008)
New Revision: 2244

Modified:
   MOAB/trunk/parallel/MBParallelComm.cpp
   MOAB/trunk/tools/iMesh/iMeshP_MOAB.cpp
Log:
fix minor bugs

Modified: MOAB/trunk/parallel/MBParallelComm.cpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.cpp	2008-11-13 23:37:05 UTC (rev 2243)
+++ MOAB/trunk/parallel/MBParallelComm.cpp	2008-11-14 03:22:42 UTC (rev 2244)
@@ -4365,8 +4365,9 @@
     return MB_SUCCESS;
   
     // get remote handles
+  result = mbImpl->tag_get_data( sharedhs_tag(), &entity, 1, remote_handles );
   remote_handles[num_part_ids_out-1] = entity;
-  return mbImpl->tag_get_data( sharedhs_tag(), &entity, 1, remote_handles );
+  return result;
 }
 
 

Modified: MOAB/trunk/tools/iMesh/iMeshP_MOAB.cpp
===================================================================
--- MOAB/trunk/tools/iMesh/iMeshP_MOAB.cpp	2008-11-13 23:37:05 UTC (rev 2243)
+++ MOAB/trunk/tools/iMesh/iMeshP_MOAB.cpp	2008-11-14 03:22:42 UTC (rev 2244)
@@ -115,7 +115,7 @@
 DECLARE_ALLOWED_ITAPS_SET_CONVERSION( iMeshP_PartitionHandle )
 //DECLARE_ALLOWED_ITAPS_SET_CONVERSION( iMeshP_PartHandle )
 //DECLARE_ALLOWED_ITAPS_SET_CONVERSION( iBase_EntitySetHandle )
-DECLARE_ALLOWED_ITAPS_SET_CONVERSION( iBase_EntityHandle )
+DECLARE_ALLOWED_ITAPS_CONVERSION( iBase_EntityHandle )
 
 
 template <> inline




More information about the moab-dev mailing list