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

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Sat Nov 14 10:57:41 CST 2009


Author: kraftche
Date: 2009-11-14 10:57:41 -0600 (Sat, 14 Nov 2009)
New Revision: 3346

Modified:
   MOAB/trunk/tools/dagmc/cub2h5m.cc
Log:
fix build issue

Modified: MOAB/trunk/tools/dagmc/cub2h5m.cc
===================================================================
--- MOAB/trunk/tools/dagmc/cub2h5m.cc	2009-11-13 23:22:22 UTC (rev 3345)
+++ MOAB/trunk/tools/dagmc/cub2h5m.cc	2009-11-14 16:57:41 UTC (rev 3346)
@@ -124,7 +124,7 @@
     result =  my_ex_reader.load_file(update_name, 0, opts, NULL, 0 , 0);
 
     // convert the quads to tris
-    quads_to_tris( my_impl, file_set );
+    quads_to_tris( my_impl );
 
     result = my_impl->write_mesh( output_name );
     assert(!result);



More information about the moab-dev mailing list