Update FlowLinearSolverParameters.hpp

Remove commented out code
This commit is contained in:
OPMUSER 2022-09-29 14:37:52 +08:00
parent 8dbd23793c
commit 75d35bbefb

View File

@ -57,12 +57,9 @@ template<class TypeTag, class MyTypeTag>
struct LinearSolverRestart {
using type = UndefinedProperty;
};
// Previously Defined iin opm-models (to be deleted here)
//
// template<class TypeTag, class MyTypeTag>
// struct LinearSolverVerbosity {
// using type = UndefinedProperty;
// };
// LinearSolverVerbosity defined in opm-models
//
template<class TypeTag, class MyTypeTag>
struct IluFillinLevel {
using type = UndefinedProperty;