mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1114 WIP: Refactor: Removed RivReservoirWellSpheresPartMgr
This commit is contained in:
@@ -34,6 +34,7 @@ namespace cvf
|
||||
class RimEclipseView;
|
||||
class RivSimWellPipesPartMgr;
|
||||
class RivWellHeadPartMgr;
|
||||
class RivWellSpheresPartMgr;
|
||||
|
||||
class RivReservoirSimWellsPartMgr : public cvf::Object
|
||||
{
|
||||
@@ -57,4 +58,6 @@ private:
|
||||
|
||||
cvf::Collection< RivSimWellPipesPartMgr > m_wellPipesPartMgrs;
|
||||
cvf::Collection< RivWellHeadPartMgr > m_wellHeadPartMgrs;
|
||||
cvf::Collection< RivWellSpheresPartMgr > m_wellSpheresPartMgrs;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user