[MOAB-dev] r4576 - MOAB/trunk/itaps/imesh
jvporter at wisc.edu
jvporter at wisc.edu
Thu Mar 10 16:38:09 CST 2011
Author: jvporter
Date: 2011-03-10 16:38:09 -0600 (Thu, 10 Mar 2011)
New Revision: 4576
Modified:
MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Fix creating set-type tags
Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-10 22:12:09 UTC (rev 4575)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-10 22:38:09 UTC (rev 4576)
@@ -1575,7 +1575,7 @@
if (tag_type == iBase_ENTITY_HANDLE)
MBIMESHI->note_ent_handle_tag( new_tag );
else if (tag_type == iBase_ENTITY_SET_HANDLE)
- MBIMESHI->note_ent_handle_tag( new_tag );
+ MBIMESHI->note_set_handle_tag( new_tag );
*tag_handle = (iBase_TagHandle) new_tag;
More information about the moab-dev
mailing list