#2035 Add MD to the intesection struct available from the WellLogExtractors

This commit is contained in:
Jacob Støren
2017-11-06 22:21:42 +01:00
parent 1089060539
commit b708bb0ac3
2 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ struct CellIntersectionInfo
size_t globCellIndex;
cvf::Vec3d startPoint;
cvf::Vec3d endPoint;
double startMD;
double endMD;
cvf::StructGridInterface::FaceType intersectedCellFaceIn;
cvf::StructGridInterface::FaceType intersectedCellFaceOut;
};