mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1996 Rename RimEclipseWell -> RimSimWellInView
This commit is contained in:
@@ -23,18 +23,18 @@
|
||||
#include "cvfObject.h"
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
class RimEclipseWell;
|
||||
class RimSimWellInView;
|
||||
|
||||
class RivSimWellPipeSourceInfo : public cvf::Object
|
||||
{
|
||||
public:
|
||||
RivSimWellPipeSourceInfo(RimEclipseWell* eclipseWell, size_t branchIndex);
|
||||
RivSimWellPipeSourceInfo(RimSimWellInView* eclipseWell, size_t branchIndex);
|
||||
|
||||
RimEclipseWell* well() const;
|
||||
RimSimWellInView* well() const;
|
||||
|
||||
size_t branchIndex() const;
|
||||
|
||||
private:
|
||||
caf::PdmPointer<RimEclipseWell> m_eclipseWell;
|
||||
caf::PdmPointer<RimSimWellInView> m_eclipseWell;
|
||||
size_t m_branchIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user