[cig-commits] commit 1957 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Oct 15 06:03:09 PDT 2013


Revision 1957

Remove debug output.

U   trunk/aspect/source/postprocess/visualization.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1957&peg=1957

Diff:
Modified: trunk/aspect/source/postprocess/visualization.cc
===================================================================
--- trunk/aspect/source/postprocess/visualization.cc	2013-10-15 04:15:25 UTC (rev 1956)
+++ trunk/aspect/source/postprocess/visualization.cc	2013-10-15 13:02:55 UTC (rev 1957)
@@ -465,7 +465,6 @@
       // file. re-try with the "real" file if we had tried to write to
       // a temporary file
     re_try_with_non_tmp_file:
-      std::cout << "********************** Writing to " << tmp_filename << std::endl;
       std::ofstream out (tmp_filename.c_str());
       if (!out)
         {


More information about the CIG-COMMITS mailing list