mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3467 Improved code using RimWellPathComponentInterface
This commit is contained in:
@@ -208,7 +208,7 @@ void RimPerforationInterval::setUnitSystemSpecificDefaults()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiaDefines::CompletionType RimPerforationInterval::type() const
|
||||
RiaDefines::WellPathComponentType RimPerforationInterval::componentType() const
|
||||
{
|
||||
return RiaDefines::PERFORATION_INTERVAL;
|
||||
}
|
||||
@@ -232,7 +232,7 @@ double RimPerforationInterval::endMD() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimPerforationInterval::completionLabel() const
|
||||
QString RimPerforationInterval::componentLabel() const
|
||||
{
|
||||
return QString("Perforation Interval\n%1").arg(name());
|
||||
}
|
||||
@@ -240,7 +240,7 @@ QString RimPerforationInterval::completionLabel() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimPerforationInterval::completionTypeLabel() const
|
||||
QString RimPerforationInterval::componentTypeLabel() const
|
||||
{
|
||||
return "Perforations";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user