mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Allow UDA for WSEGVALV item 4
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user