[MOAB-dev] r4926 - MOAB/trunk/tools/dagmc

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Jun 2 10:56:47 CDT 2011


Author: iulian
Date: 2011-06-02 10:56:47 -0500 (Thu, 02 Jun 2011)
New Revision: 4926

Modified:
   MOAB/trunk/tools/dagmc/cub2h5m.cc
Log:
compile error


Modified: MOAB/trunk/tools/dagmc/cub2h5m.cc
===================================================================
--- MOAB/trunk/tools/dagmc/cub2h5m.cc	2011-06-02 15:50:06 UTC (rev 4925)
+++ MOAB/trunk/tools/dagmc/cub2h5m.cc	2011-06-02 15:56:47 UTC (rev 4926)
@@ -1215,8 +1215,8 @@
   result = MBI->tag_get_handle( "GEOM_SIZE", 1,                                                       
 			    MB_TYPE_DOUBLE, sizeTag, MB_TAG_DENSE|MB_TAG_CREAT );
   if(MB_SUCCESS != result) return result;
-  result = MBI->tag_get_handle(NAME_TAG_NAME, NAME_TAG_SIZE, MB_TAG_SPARSE,
-                           MB_TYPE_OPAQUE, nameTag, MB_TAG_SPARSE|MB_TAG_CREAT );
+  result = MBI->tag_get_handle(NAME_TAG_NAME, NAME_TAG_SIZE,
+          MB_TYPE_OPAQUE, nameTag, MB_TAG_SPARSE|MB_TAG_CREAT );
   if(MB_SUCCESS != result) return result;
 
   // Create triangles from the quads of the cub surface sets and add them to the






































More information about the moab-dev mailing list