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:
@@ -43,7 +43,7 @@ RigWellLogExtractor::~RigWellLogExtractor()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<WellPathCellIntersectionInfo> RigWellLogExtractor::intersectionInfo() const
|
||||
std::vector<WellPathCellIntersectionInfo> RigWellLogExtractor::cellIntersectionInfosAlongWellPath() const
|
||||
{
|
||||
std::vector<WellPathCellIntersectionInfo> infoVector;
|
||||
if (m_intersectedCellsGlobIdx.empty()) return infoVector;
|
||||
|
||||
Reference in New Issue
Block a user