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

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 06:32:19 PDT 2013


Revision 1970

Fix completely trivial and silly oversight.

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


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

Diff:
Modified: trunk/aspect/source/postprocess/visualization.cc
===================================================================
--- trunk/aspect/source/postprocess/visualization.cc	2013-10-16 19:32:59 UTC (rev 1969)
+++ trunk/aspect/source/postprocess/visualization.cc	2013-10-18 13:31:58 UTC (rev 1970)
@@ -481,7 +481,7 @@
 
       // now write and then move the tmp file to its final destination
       // if necessary
-      out << file_contents;
+      out << *file_contents;
 
       if (tmp_filename != *filename)
         {


More information about the CIG-COMMITS mailing list