mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removing the bool paramters calling stablizeNewton.
This commit is contained in:
@@ -321,7 +321,7 @@ namespace {
|
||||
enum RelaxType relaxType = DAMPEN;
|
||||
std::cout << " omega " << omega << std::endl;
|
||||
|
||||
stablizeNewton( dx, dxOld, isOscillate, isStagnate, omega, relaxType );
|
||||
stablizeNewton(dx, dxOld, omega, relaxType);
|
||||
|
||||
updateState(dx, x, xw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user