[cig-commits] [commit] master: add newline after solver cout (06ae328)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:14:48 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

>---------------------------------------------------------------

commit 06ae32823a47679250e42d1863b7cc2087106dd0
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 19 23:11:31 2014 -0400

    add newline after solver cout


>---------------------------------------------------------------

06ae32823a47679250e42d1863b7cc2087106dd0
 source/simulator/solver.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/simulator/solver.cc b/source/simulator/solver.cc
index b5ffe63..902dab9 100644
--- a/source/simulator/solver.cc
+++ b/source/simulator/solver.cc
@@ -410,6 +410,8 @@ namespace aspect
 
         normalize_pressure(solution);
 
+        pcout << "done." << std::endl;
+
         computing_timer.exit_section();
 
         return 0;



More information about the CIG-COMMITS mailing list