mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7818 Modeled Well Path : Update location of completions
This commit is contained in:
@@ -475,6 +475,14 @@ double RimStimPlanModel::endMD() const
|
||||
return m_MD();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimStimPlanModel::applyOffset( double offsetMD )
|
||||
{
|
||||
// Nothing to do here, this operation is inteded for well path completions
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -145,7 +145,9 @@ public:
|
||||
cvf::Color3f defaultComponentColor() const override;
|
||||
double startMD() const override;
|
||||
double endMD() const override;
|
||||
bool isEnabled() const override;
|
||||
void applyOffset( double offsetMD ) override;
|
||||
|
||||
bool isEnabled() const override;
|
||||
|
||||
RimWellPath* wellPath() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user