mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2431 : Refactor of well part manager
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user