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

jvporter at wisc.edu jvporter at wisc.edu
Thu Aug 11 11:55:33 CDT 2011


Author: jvporter
Date: 2011-08-11 11:55:33 -0500 (Thu, 11 Aug 2011)
New Revision: 5094

Modified:
   MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Fix error handling in iMesh_createTag (this gives us full compliance with ITAPS tests again)


Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2011-08-11 15:38:31 UTC (rev 5093)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp	2011-08-11 16:55:33 UTC (rev 5094)
@@ -1565,8 +1565,6 @@
                        const int tag_name_size)
   {
     iMesh_createTagWithOptions(instance, tag_name, NULL, tag_size, tag_type, tag_handle, err, tag_name_size, 0);
-    
-    RETURN(iBase_SUCCESS);
   }
 
   void iMesh_destroyTag(iMesh_Instance instance,








































More information about the moab-dev mailing list