mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-31 08:48:17 -05:00
Convert to enum class
This commit is contained in:
@@ -258,7 +258,7 @@ bool RimPerforationInterval::isEnabled() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiaDefines::WellPathComponentType RimPerforationInterval::componentType() const
|
||||
{
|
||||
return RiaDefines::PERFORATION_INTERVAL;
|
||||
return RiaDefines::WellPathComponentType::PERFORATION_INTERVAL;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user