[MOAB-dev] r3347 - MOAB/trunk/tools/dagmc
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Nov 16 08:24:18 CST 2009
Author: kraftche
Date: 2009-11-16 08:24:17 -0600 (Mon, 16 Nov 2009)
New Revision: 3347
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-14 16:57:41 UTC (rev 3346)
+++ MOAB/trunk/tools/dagmc/cub2h5m.cc 2009-11-16 14:24:17 UTC (rev 3347)
@@ -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 );
+ quads_to_tris( my_impl, 0 );
result = my_impl->write_mesh( output_name );
assert(!result);
More information about the moab-dev
mailing list