diff --git a/opm/simulators/wells/StandardWell_impl.hpp b/opm/simulators/wells/StandardWell_impl.hpp index dd19107bf..7a6af94c7 100644 --- a/opm/simulators/wells/StandardWell_impl.hpp +++ b/opm/simulators/wells/StandardWell_impl.hpp @@ -2337,7 +2337,7 @@ namespace Opm { const int max_iter = this->param_.max_inner_iter_wells_; int it = 0; - bool converged; + bool converged = false; bool relax_convergence = false; this->regularize_ = false; const auto& summary_state = simulator.vanguard().summaryState();