Merge pull request #4234 from atgeirr/backport-of-pr-4223

Unhide NewtonMaxIterations.
This commit is contained in:
Atgeirr Flø Rasmussen 2022-11-07 14:54:29 +01:00 committed by GitHub
commit 32f7fba719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);