mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7589 MSW : Always connect to segment with lower measured depth
This commit is contained in:
@@ -53,7 +53,8 @@ public:
|
||||
std::vector<const RicMswSegment*> segments() const;
|
||||
std::vector<RicMswSegment*> segments();
|
||||
|
||||
RicMswSegment* findClosestSegmentByMidpoint( double measuredDepth );
|
||||
RicMswSegment* findClosestSegmentByMidpoint_obsolete( double measuredDepthLocation );
|
||||
RicMswSegment* findClosestSegmentWithLowerMD( double measuredDepthLocation );
|
||||
|
||||
size_t segmentCount() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user