mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove early-return functionality due to unintended consequences
This commit is contained in:
parent
7c91c015cf
commit
051f4d4eab
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user