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 { struct LinearSolverRestart {
using type = UndefinedProperty; using type = UndefinedProperty;
}; };
// Previously Defined iin opm-models (to be deleted here)
// //
// template<class TypeTag, class MyTypeTag> // LinearSolverVerbosity defined in opm-models
// struct LinearSolverVerbosity { //
// using type = UndefinedProperty;
// };
template<class TypeTag, class MyTypeTag> template<class TypeTag, class MyTypeTag>
struct IluFillinLevel { struct IluFillinLevel {
using type = UndefinedProperty; using type = UndefinedProperty;