mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7026 Use better name for well/fracture intersection for ellipsis fracture.
This commit is contained in:
committed by
Magne Sjaastad
parent
94dfec1c9d
commit
6fad32e734
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user