From f4222a4f029a086dc6ec5c086d0ef8461c79d878 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 6 Feb 2024 13:49:46 +0100 Subject: [PATCH] SimulatorReport.cpp: correct comment --- opm/simulators/timestepping/SimulatorReport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/timestepping/SimulatorReport.cpp b/opm/simulators/timestepping/SimulatorReport.cpp index e91e9f243..1cf1f9130 100644 --- a/opm/simulators/timestepping/SimulatorReport.cpp +++ b/opm/simulators/timestepping/SimulatorReport.cpp @@ -88,7 +88,7 @@ namespace Opm // It makes no sense adding time points. Therefore, do not // overwrite the value of global_time which gets set in - // NonlinearSolverEbos.hpp by the line: + // NonlinearSolver.hpp by the line: // report.global_time = timer.simulationTimeElapsed(); }