[MOAB-dev] r1262 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Mon Aug 27 16:12:01 CDT 2007


Author: kraftche
Date: 2007-08-27 16:12:01 -0500 (Mon, 27 Aug 2007)
New Revision: 1262

Modified:
   MOAB/trunk/MBCore.cpp
Log:
remove debug output

Modified: MOAB/trunk/MBCore.cpp
===================================================================
--- MOAB/trunk/MBCore.cpp	2007-08-27 21:09:49 UTC (rev 1261)
+++ MOAB/trunk/MBCore.cpp	2007-08-27 21:12:01 UTC (rev 1262)
@@ -530,8 +530,7 @@
   rval = writer->write_file(file_name, overwrite, opts, &list[0], list.size(), qa_records );
   delete writer;
   
- std::cerr << "proc " << proc_config().rank() << " leaving MBCore::write_file" << std::endl;
- return rval;
+  return rval;
 }
    
   




More information about the moab-dev mailing list