mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1858 General refactoring as preparations. Renaming Whitespace change. Remove obsolete code.
This commit is contained in:
@@ -360,7 +360,7 @@ public:
|
||||
RigEclipseWellLogExtractor* eclExtractor = findWellLogExtractor(wellPathName, eclCase);
|
||||
if (!eclExtractor) return;
|
||||
|
||||
std::vector<WellPathCellIntersectionInfo> intersections = eclExtractor->intersectionInfo();
|
||||
std::vector<WellPathCellIntersectionInfo> intersections = eclExtractor->cellIntersectionInfosAlongWellPath();
|
||||
|
||||
for (size_t wpExIdx = 0; wpExIdx < intersections.size(); wpExIdx++)
|
||||
{
|
||||
@@ -452,7 +452,7 @@ public:
|
||||
|
||||
if (!eclExtractor) return;
|
||||
|
||||
std::vector<WellPathCellIntersectionInfo> intersections = eclExtractor->intersectionInfo();
|
||||
std::vector<WellPathCellIntersectionInfo> intersections = eclExtractor->cellIntersectionInfosAlongWellPath();
|
||||
|
||||
for (size_t wpExIdx = 0; wpExIdx < intersections.size(); wpExIdx++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user