#7026 Use better name for well/fracture intersection for ellipsis fracture.

This commit is contained in:
Kristian Bendiksen
2021-01-28 15:16:14 +01:00
committed by Magne Sjaastad
parent 94dfec1c9d
commit 6fad32e734
6 changed files with 23 additions and 1 deletions

View File

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