mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1114 First working well communication lines operative
This commit is contained in:
@@ -35,6 +35,7 @@ class RimEclipseView;
|
||||
class RivSimWellPipesPartMgr;
|
||||
class RivWellHeadPartMgr;
|
||||
class RivWellSpheresPartMgr;
|
||||
class RivWellConnectionsPartMgr;
|
||||
|
||||
class RivReservoirSimWellsPartMgr : public cvf::Object
|
||||
{
|
||||
@@ -59,5 +60,6 @@ private:
|
||||
cvf::Collection< RivSimWellPipesPartMgr > m_wellPipesPartMgrs;
|
||||
cvf::Collection< RivWellHeadPartMgr > m_wellHeadPartMgrs;
|
||||
cvf::Collection< RivWellSpheresPartMgr > m_wellSpheresPartMgrs;
|
||||
cvf::Collection< RivWellConnectionsPartMgr > m_wellConnPartMgrs;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user