[MOAB-dev] r3765 - MOAB/trunk/tools/mbzoltan

tautges at mcs.anl.gov tautges at mcs.anl.gov
Sat Apr 10 10:28:23 CDT 2010


Author: tautges
Date: 2010-04-10 10:28:22 -0500 (Sat, 10 Apr 2010)
New Revision: 3765

Modified:
   MOAB/trunk/tools/mbzoltan/main.cpp
Log:
Adding a line to output name of file written, if file write is successful.



Modified: MOAB/trunk/tools/mbzoltan/main.cpp
===================================================================
--- MOAB/trunk/tools/mbzoltan/main.cpp	2010-04-10 02:44:20 UTC (rev 3764)
+++ MOAB/trunk/tools/mbzoltan/main.cpp	2010-04-10 15:28:22 UTC (rev 3765)
@@ -82,6 +82,7 @@
   
   if (write_output) {
     result = mbImpl->write_mesh(argv[4]); RR;
+    std::cout << "Wrote partitioned mesh to " << argv[4] << std::endl;
   }
 
   delete mbz;









































More information about the moab-dev mailing list