#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

@@ -137,7 +137,8 @@ public:
double perforationLength() const;
double wellPathDepthAtFracture() const;
virtual std::pair<double, double> wellPathDepthAtFractureRange() const = 0;
virtual std::pair<double, double> wellPathDepthAtFractureRange() const = 0;
virtual QString wellPathDepthAtFractureUiName() const = 0;
virtual void fractureTriangleGeometry( std::vector<cvf::Vec3f>* nodeCoords,
std::vector<cvf::uint>* triangleIndices,