From 7500d3eb0c24af45e068cfaf4b12a94e45f0fdcd Mon Sep 17 00:00:00 2001 From: Rohith Nair Date: Mon, 26 Jun 2017 12:46:09 +0200 Subject: [PATCH] edit --- opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp b/opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp index 78d25641c..63b8ed28c 100644 --- a/opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp +++ b/opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp @@ -251,7 +251,7 @@ namespace Opm { } catch (const Opm::LinearSolverProblem& e) { substepReport += solver.failureReport(); - cause_of_failure = "Linear Solver convergence failure"; + cause_of_failure = "Linear solver convergence failure"; detail::logException(e, solver_verbose_); // since linearIterations is < 0 this will restart the solver