#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
@@ -204,6 +204,14 @@ const RimPerforationCollection* RimWellPath::perforationIntervalCollection() con
return m_completions->perforationCollection();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const RimWellPathCompletions* RimWellPath::completions() const
{
return m_completions();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------