mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
#1549 Fix length and depth calculations for fishbones MSW
This commit is contained in:
parent
fe578e6f4a
commit
58bcaf5224
@ -522,7 +522,7 @@ void RicWellPathExportCompletionDataFeature::calculateLateralIntersections(const
|
||||
|
||||
length = 0;
|
||||
depth = 0;
|
||||
startPoint = intersection->startPoint;
|
||||
startPoint = intersection->endPoint;
|
||||
attachedSegmentNumber = *segmentNum;
|
||||
++intersection;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user