#1605 Use Well Name for Completion Export as well name when exporting completions

This commit is contained in:
Bjørnar Grip Fjær
2017-06-14 13:43:56 +02:00
parent 8fceb8c74f
commit 27f4357988
4 changed files with 15 additions and 4 deletions

View File

@@ -204,6 +204,14 @@ const RimPerforationCollection* RimWellPath::perforationIntervalCollection() con
return m_completions->perforationCollection();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const RimWellPathCompletions* RimWellPath::completions() const
{
return m_completions();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -82,6 +82,7 @@ public:
const RimFishbonesCollection* fishbonesCollection() const;
RimPerforationCollection* perforationIntervalCollection();
const RimPerforationCollection* perforationIntervalCollection() const;
const RimWellPathCompletions* completions() const;
RigWellPath* wellPathGeometry();
const RigWellPath* wellPathGeometry() const;