mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Update FlowLinearSolverParameters.hpp
Remove commented out code
This commit is contained in:
parent
8dbd23793c
commit
75d35bbefb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user