#3468 Add new valve completions to perforation intervals.

This commit is contained in:
Gaute Lindkvist
2018-10-10 11:10:56 +02:00
parent ce2430ac2d
commit cfbe6a1a24
14 changed files with 453 additions and 14 deletions

View File

@@ -399,6 +399,22 @@ RimWellLogFile* RimWellPath::firstWellLogFileMatchingChannelName(const QString&
return nullptr;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimWellPathAttributeCollection* RimWellPath::attributeCollection()
{
return m_wellPathAttributes;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const RimWellPathAttributeCollection* RimWellPath::attributeCollection() const
{
return m_wellPathAttributes;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------