#6157 Move splitting of MSW segments to just before WELSEGS output

* this is to avoid it impacting on COMPSEGS and other output
This commit is contained in:
Gaute Lindkvist
2020-08-11 13:56:08 +02:00
parent e1ba491a9a
commit 374478ab16
10 changed files with 462 additions and 449 deletions

View File

@@ -45,6 +45,9 @@ struct WellPathCellIntersectionInfo
cvf::StructGridInterface::FaceType intersectedCellFaceIn;
cvf::StructGridInterface::FaceType intersectedCellFaceOut;
double startTVD() const { return -startPoint.z(); }
double endTVD() const { return -endPoint.z(); }
};
class RigWellPath;