#1549 Fix length and depth calculations for fishbones MSW

This commit is contained in:
Bjørnar Grip Fjær 2017-06-02 11:43:03 +02:00
parent fe578e6f4a
commit 58bcaf5224

View File

@ -522,7 +522,7 @@ void RicWellPathExportCompletionDataFeature::calculateLateralIntersections(const
length = 0;
depth = 0;
startPoint = intersection->startPoint;
startPoint = intersection->endPoint;
attachedSegmentNumber = *segmentNum;
++intersection;
}