mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-10 08:03:05 -06:00
#3328 2d intersection view. Fix misplaced perforation interval
This commit is contained in:
parent
bd346536c7
commit
d4dde531a8
@ -124,7 +124,7 @@ cvf::Vec3d RigWellPath::interpolatedVectorAlongWellPath(const std::vector<cvf::V
|
|||||||
if ( horizontalLengthAlongWellToStartClipPoint )
|
if ( horizontalLengthAlongWellToStartClipPoint )
|
||||||
{
|
{
|
||||||
segment[2] = 0.0;
|
segment[2] = 0.0;
|
||||||
*horizontalLengthAlongWellToStartClipPoint += segment.length();
|
*horizontalLengthAlongWellToStartClipPoint += segment.length() * segmentFraction;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user