mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor RimWellPath and RigWellPath
This commit is contained in:
@@ -104,7 +104,7 @@ void RivWellConnectionFactorPartMgr::appendDynamicGeometryPartsToModel( cvf::Mod
|
||||
std::vector<WellPathCellIntersectionInfo> wellPathCellIntersections;
|
||||
{
|
||||
RigEclipseWellLogExtractor* extractor =
|
||||
RiaExtractionTools::wellLogExtractorEclipseCase( m_rimWellPath, eclipseCase );
|
||||
RiaExtractionTools::findOrCreateWellLogExtractor( m_rimWellPath, eclipseCase );
|
||||
if ( extractor )
|
||||
{
|
||||
wellPathCellIntersections = extractor->cellIntersectionInfosAlongWellPath();
|
||||
|
||||
Reference in New Issue
Block a user