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:
@@ -25,7 +25,7 @@ class RigEclipseCaseData;
|
||||
class RigWellPath;
|
||||
class RigResultAccessor;
|
||||
|
||||
struct WellPathCellIntersectionInfo;
|
||||
struct EclipseWellPathCellIntersectionInfo;
|
||||
|
||||
namespace cvf {
|
||||
class BoundingBox;
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
void curveData(const RigResultAccessor* resultAccessor, std::vector<double>* values );
|
||||
const RigEclipseCaseData* caseData() { return m_caseData.p();}
|
||||
|
||||
std::vector<WellPathCellIntersectionInfo> cellIntersectionInfo();
|
||||
std::vector<EclipseWellPathCellIntersectionInfo> cellIntersectionInfo();
|
||||
const std::vector<size_t>& intersectedCellsGlobIdx();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user