[MOAB-dev] r3613 - MOAB/trunk/itaps/imesh

jvporter at wisc.edu jvporter at wisc.edu
Mon Mar 15 08:36:44 CDT 2010


Author: jvporter
Date: 2010-03-15 08:36:44 -0500 (Mon, 15 Mar 2010)
New Revision: 3613

Modified:
   MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Make sure iMesh_setGeometricDimension returns success when successful


Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2010-03-15 13:36:19 UTC (rev 3612)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2010-03-15 13:36:44 UTC (rev 3613)
@@ -346,6 +346,8 @@
   {
     ErrorCode rval = MBI->set_dimension(geom_dim);
     CHKERR(rval,"iMesh_setGeometricDimension: failed");
+
+    RETURN(iBase_SUCCESS);
   }
 
   void iMesh_getDfltStorage(iMesh_Instance instance,



More information about the moab-dev mailing list