mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1858 Rename WellPathIntersectionInfo classes
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
struct CellIntersectionInfo
|
||||
struct WellPathCellIntersectionInfo
|
||||
{
|
||||
size_t globCellIndex;
|
||||
cvf::Vec3d startPoint;
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
const RigWellPath* wellPathData() { return m_wellPath.p();}
|
||||
|
||||
std::vector<CellIntersectionInfo> intersectionInfo() const;
|
||||
std::vector<WellPathCellIntersectionInfo> intersectionInfo() const;
|
||||
|
||||
protected:
|
||||
static void insertIntersectionsInMap(const std::vector<HexIntersectionInfo> &intersections,
|
||||
|
||||
Reference in New Issue
Block a user