#3328 2d intersection view. Fix misplaced perforation interval

This commit is contained in:
Bjørn Erik Jensen 2018-09-27 09:48:08 +02:00
parent bd346536c7
commit d4dde531a8

View File

@ -124,7 +124,7 @@ cvf::Vec3d RigWellPath::interpolatedVectorAlongWellPath(const std::vector<cvf::V
if ( horizontalLengthAlongWellToStartClipPoint )
{
segment[2] = 0.0;
*horizontalLengthAlongWellToStartClipPoint += segment.length();
*horizontalLengthAlongWellToStartClipPoint += segment.length() * segmentFraction;
}
}
}