Merge pull request #4223 from atgeirr/unhide-option

Unhide NewtonMaxIterations.
This commit is contained in:
Bård Skaflestad
2022-10-31 17:48:02 +01:00
committed by GitHub

View File

@@ -161,7 +161,6 @@ 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, NewtonTolerance);
EWOMS_HIDE_PARAM(TypeTag, NewtonTargetIterations);
EWOMS_HIDE_PARAM(TypeTag, NewtonVerbose);