#7026 Ellipse Fracture Template : Add well/template intersection depth

This commit is contained in:
Kristian Bendiksen
2021-01-27 14:14:46 +01:00
committed by Magne Sjaastad
parent 3affa41830
commit 18f9007a06
5 changed files with 33 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ public:
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath );
double wellPathDepthAtFracture() const;
std::pair<double, double> wellPathDepthAtFractureRange() const;
std::pair<double, double> wellPathDepthAtFractureRange() const override;
// Fracture geometry
cvf::cref<RigFractureGrid> createFractureGrid( double wellPathDepthAtFracture ) const override;