Unhide NewtonMaxIterations.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-10-31 17:11:59 +01:00
parent dea582d296
commit 2192b3a86c

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