[MOAB-dev] r3238 - MOAB/trunk/tools/iMesh

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Tue Oct 20 18:28:25 CDT 2009


Author: kraftche
Date: 2009-10-20 18:28:25 -0500 (Tue, 20 Oct 2009)
New Revision: 3238

Modified:
   MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
Log:
fix bug in iMesh_rmvEntSet

Modified: MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp	2009-10-20 23:27:56 UTC (rev 3237)
+++ MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp	2009-10-20 23:28:25 UTC (rev 3238)
@@ -1146,7 +1146,7 @@
                        /*in*/ iBase_EntitySetHandle entity_set_handle, 
                        int *err)
   {
-    MBEntityHandle to_remove = ENTITY_HANDLE(entity_set_handle);
+    MBEntityHandle to_remove = ENTITY_HANDLE(entity_set_to_remove);
     MBErrorCode result = MBI->remove_entities
       (ENTITY_HANDLE(entity_set_handle), &to_remove, 1);
   



More information about the moab-dev mailing list