Allow UDA for WSEGVALV item 4

This commit is contained in:
Vegard Kippe
2023-09-15 15:21:19 +02:00
parent 922cd86d59
commit 15305e467d
7 changed files with 26 additions and 9 deletions

View File

@@ -174,6 +174,11 @@ const Well& WellInterfaceGeneric::wellEcl() const
return well_ecl_;
}
Well& WellInterfaceGeneric::wellEcl()
{
return well_ecl_;
}
const PhaseUsage& WellInterfaceGeneric::phaseUsage() const
{
assert(phase_usage_ != nullptr);