mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7026 Ellipse Fracture Template : Add well/template intersection depth
This commit is contained in:
committed by
Magne Sjaastad
parent
3affa41830
commit
18f9007a06
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user