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

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Aug 13 02:46:04 PDT 2013


Revision 1829

One more message update.

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


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

Diff:
Modified: trunk/aspect/source/postprocess/tracer.cc
===================================================================
--- trunk/aspect/source/postprocess/tracer.cc	2013-08-13 09:44:00 UTC (rev 1828)
+++ trunk/aspect/source/postprocess/tracer.cc	2013-08-13 09:45:28 UTC (rev 1829)
@@ -93,7 +93,7 @@
           initialized = true;
         }
 
-      std::string     result_string = "done.", data_file_name;
+      std::string     result_string = "done", data_file_name;
 
       // If it's time to generate an output file, call the appropriate functions and reset the timer
       if (this->get_time() >= next_data_output_time)


More information about the CIG-COMMITS mailing list