mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
Restoring maxit to be 15.
This commit is contained in:
parent
8a905535ce
commit
fdb201d365
@ -277,7 +277,7 @@ namespace {
|
||||
computeWellConnectionPressures(state, xw);
|
||||
}
|
||||
|
||||
const int maxit = 25;
|
||||
const int maxit = 15;
|
||||
|
||||
std::vector<std::vector<double>> residual_history;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user