#7026 Make well path/fracture intersection available for ellipse.

This commit is contained in:
Kristian Bendiksen
2021-01-28 11:45:10 +01:00
committed by Magne Sjaastad
parent 7ebca64050
commit 635ada7297
6 changed files with 28 additions and 28 deletions

View File

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