mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed spelling
This commit is contained in:
parent
6b4082a1fe
commit
445e4f10fe
@ -437,7 +437,7 @@ std::unique_ptr<Matrix> blockJacobiAdjacency(const Grid& grid,
|
||||
if(result.reduction < parameters_.relaxed_linear_solver_reduction_){
|
||||
std::stringstream ss;
|
||||
ss<< "Full linear solver tolerance not achived. The reduction is:" << result.reduction
|
||||
<< " after " << result.iterations << " iteraions ";
|
||||
<< " after " << result.iterations << " iterations ";
|
||||
OpmLog::warning(ss.str());
|
||||
converged_ = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user