#1114 First working well communication lines operative

This commit is contained in:
Jacob Støren
2017-03-14 19:21:55 +01:00
parent d4c14d0f53
commit 1a42af5b37
7 changed files with 395 additions and 5 deletions

View File

@@ -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;
};