mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
EclProblem: Rename NewtonRawTolerance to NewtonTolerance
this property is not used by `flow` because `flow` implements its own Newton method, but it not renaming the property prevents `flow` from building.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Opm
|
||||
// flow also does not use the eWoms Newton method
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxError);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxIterations);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonRawTolerance);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonTolerance);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonTargetIterations);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonVerbose);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonWriteConvergence);
|
||||
|
||||
Reference in New Issue
Block a user