#1858 Move method to WellLogExtractor base class

This commit is contained in:
Jacob Støren
2017-12-12 15:00:14 +01:00
parent 6c3f569499
commit 68f5253644
4 changed files with 9 additions and 8 deletions

View File

@@ -71,6 +71,14 @@ std::vector<WellPathCellIntersectionInfo> RigWellLogExtractor::intersectionInfo(
return infoVector;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const std::vector<size_t>& RigWellLogExtractor::intersectedCellsGlobIdx()
{
return m_intersectedCellsGlobIdx;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------