rename EclWellModel property to WellModel

This commit is contained in:
Arne Morten Kvarving
2024-02-06 08:18:32 +01:00
parent cc9d9bab41
commit 991f89816e
7 changed files with 13 additions and 13 deletions

View File

@@ -142,7 +142,7 @@ struct EnableDispersion<TypeTag, TTag::FlowProblem> {
};
template<class TypeTag>
struct EclWellModel<TypeTag, TTag::FlowProblem> {
struct WellModel<TypeTag, TTag::FlowProblem> {
using type = BlackoilWellModel<TypeTag>;
};
template<class TypeTag>