#8513 Use cell face when leaving cell when well path starts inside cell

This commit is contained in:
Magne Sjaastad 2022-02-03 09:17:54 +01:00
parent 69e627cac9
commit 94a541f966

View File

@ -1132,8 +1132,7 @@ std::vector<WellPathCellIntersectionInfo>
extraIntersection.startMD = initialMD;
extraIntersection.endMD = firstIntersection.startMD;
extraIntersection.intersectedCellFaceIn = cvf::StructGridInterface::NO_FACE;
extraIntersection.intersectedCellFaceOut =
cvf::StructGridInterface::oppositeFace( firstIntersection.intersectedCellFaceIn );
extraIntersection.intersectedCellFaceOut = firstIntersection.intersectedCellFaceOut;
extraIntersection.intersectionLengthsInCellCS = cvf::Vec3d::ZERO;
filteredIntersections.push_back( extraIntersection );