diff --git a/opm/simulators/linalg/FlowLinearSolverParameters.hpp b/opm/simulators/linalg/FlowLinearSolverParameters.hpp index 48cefda68..fa8a6fb21 100644 --- a/opm/simulators/linalg/FlowLinearSolverParameters.hpp +++ b/opm/simulators/linalg/FlowLinearSolverParameters.hpp @@ -57,12 +57,9 @@ template struct LinearSolverRestart { using type = UndefinedProperty; }; -// Previously Defined iin opm-models (to be deleted here) // -// template -// struct LinearSolverVerbosity { -// using type = UndefinedProperty; -// }; +// LinearSolverVerbosity defined in opm-models +// template struct IluFillinLevel { using type = UndefinedProperty;