remove EclEnableAquifers parameter

and remove bool flag. this is always enabled
This commit is contained in:
Arne Morten Kvarving
2024-02-19 09:14:27 +01:00
parent f52a0058aa
commit 3ade701a57
3 changed files with 11 additions and 47 deletions
-4
View File
@@ -63,10 +63,6 @@ template<class TypeTag>
struct Vanguard<TypeTag, TTag::EclFlowProblemAlugrid> {
using type = Opm::EclAluGridVanguard<TypeTag>;
};
template<class TypeTag>
struct EclEnableAquifers<TypeTag, TTag::EclFlowProblemAlugrid> {
static constexpr bool value = false;
};
}
}
int main(int argc, char** argv)