Remove early-return functionality due to unintended consequences

This commit is contained in:
Stein Krogstad 2023-12-08 00:36:39 +01:00
parent 7c91c015cf
commit 051f4d4eab

View File

@ -2392,11 +2392,6 @@ namespace Opm
solveEqAndUpdateWellState(summary_state, well_state, deferred_logger);
initPrimaryVariablesEvaluation();
if (status_switch_count > 10) {
// constantly changing status, give up (do operability check on the outside)
converged = false;
break;
}
} while (it < max_iter);
if (converged) {