From 4689dd2af718d687da87bc322f028a514493a3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 15 Jun 2012 10:51:34 +0200 Subject: [PATCH] Fix output from SimulatorReport. --- opm/core/simulator/SimulatorReport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/simulator/SimulatorReport.cpp b/opm/core/simulator/SimulatorReport.cpp index 3d8e0c048..1fa264597 100644 --- a/opm/core/simulator/SimulatorReport.cpp +++ b/opm/core/simulator/SimulatorReport.cpp @@ -40,7 +40,7 @@ namespace Opm { os << "Total time taken: " << total_time << "\n Pressure time: " << pressure_time - << "\n Transport time: " << total_time << std::endl; + << "\n Transport time: " << transport_time << std::endl; }