#2431 : Refactor of well part manager

This commit is contained in:
Magne Sjaastad
2018-02-05 13:23:14 +01:00
parent 0679ec4ba5
commit 5919cb20fb
6 changed files with 44 additions and 12 deletions

View File

@@ -305,6 +305,7 @@ const RigWellPath* RimWellPath::wellPathGeometry() const
//--------------------------------------------------------------------------------------------------
RivWellPathPartMgr* RimWellPath::partMgr()
{
/*
if (m_wellPathPartMgr.isNull())
{
RimWellPathCollection* wpColl;
@@ -313,6 +314,8 @@ RivWellPathPartMgr* RimWellPath::partMgr()
}
return m_wellPathPartMgr.p();
*/
return nullptr;
}
//--------------------------------------------------------------------------------------------------