mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed spelling: achive -> achieved
This commit is contained in:
parent
8b8164308a
commit
50815209a0
@ -428,7 +428,7 @@ std::unique_ptr<Matrix> 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;
|
||||
|
Loading…
Reference in New Issue
Block a user