#7589 MSW : Always connect to segment with lower measured depth

This commit is contained in:
Magne Sjaastad
2021-04-19 14:04:28 +02:00
parent 9c4ba8144d
commit b2d475dde2
4 changed files with 41 additions and 5 deletions

View File

@@ -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;