From 50815209a00e2d9ddf627271c065b31cf4637a2f Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Thu, 12 Oct 2023 21:59:16 +0200 Subject: [PATCH] Fixed spelling: achive -> achieved --- opm/simulators/linalg/ISTLSolverEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/linalg/ISTLSolverEbos.hpp b/opm/simulators/linalg/ISTLSolverEbos.hpp index 6ae25d087..1d1d5cba0 100644 --- a/opm/simulators/linalg/ISTLSolverEbos.hpp +++ b/opm/simulators/linalg/ISTLSolverEbos.hpp @@ -428,7 +428,7 @@ std::unique_ptr blockJacobiAdjacency(const Grid& grid, if(!converged_){ if(result.reduction < parameters_[activeSolverNum_].relaxed_linear_solver_reduction_){ std::stringstream ss; - ss<< "Full linear solver tolerance not achived. The reduction is:" << result.reduction + ss<< "Full linear solver tolerance not achieved. The reduction is:" << result.reduction << " after " << result.iterations << " iterations "; OpmLog::warning(ss.str()); converged_ = true;