mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7026 Make well path/fracture intersection available for ellipse.
This commit is contained in:
committed by
Magne Sjaastad
parent
7ebca64050
commit
635ada7297
@@ -61,7 +61,6 @@ public:
|
||||
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath );
|
||||
|
||||
double wellPathDepthAtFracture() const;
|
||||
std::pair<double, double> wellPathDepthAtFractureRange() const override;
|
||||
|
||||
// Fracture geometry
|
||||
@@ -135,7 +134,6 @@ private:
|
||||
caf::PdmField<int> m_activeTimeStepIndex;
|
||||
caf::PdmField<QString> m_conductivityResultNameOnFile;
|
||||
|
||||
caf::PdmField<double> m_wellPathDepthAtFracture;
|
||||
caf::PdmField<bool> m_useUserDefinedWellPathDepthAtFracture;
|
||||
caf::PdmField<QString> m_borderPolygonResultName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user