mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1502 Fishbones : Add "New Perforation" to context menu when clicking on well path
This commit is contained in:
@@ -48,6 +48,15 @@ RimPerforationInterval::~RimPerforationInterval()
|
||||
{
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPerforationInterval::setStartAndEndMD(double startMD, double endMD)
|
||||
{
|
||||
m_startMD = startMD;
|
||||
m_endMD = endMD;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
RimPerforationInterval();
|
||||
virtual ~RimPerforationInterval();
|
||||
|
||||
|
||||
void setStartAndEndMD(double startMD, double endMD);
|
||||
double startMD() { return m_startMD(); }
|
||||
double endMD() { return m_endMD(); }
|
||||
|
||||
@@ -50,5 +50,4 @@ private:
|
||||
caf::PdmField< double > m_endMD;
|
||||
caf::PdmField< double > m_radius;
|
||||
caf::PdmField< double > m_skinFactor;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user