[MOAB-dev] r2828 - MOAB/trunk/tools/mbcoupler

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Apr 16 11:50:05 CDT 2009


Author: kraftche
Date: 2009-04-16 11:50:04 -0500 (Thu, 16 Apr 2009)
New Revision: 2828

Modified:
   MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp
Log:
fix build error

Modified: MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp	2009-04-16 16:46:18 UTC (rev 2827)
+++ MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp	2009-04-16 16:50:04 UTC (rev 2828)
@@ -95,7 +95,7 @@
     rps[i] = new ReadParallel(mbImpl, pcs[i]);
     
     result = rps[i]->load_file(filenames[i], filesets[i], 
-                               FileOptions(opts.c_str()), NULL, 0);
+                               FileOptions(opts.c_str()), 0, 0, 0);
     PRINT_LAST_ERROR;
   }
 



More information about the moab-dev mailing list