#1724 Removed unused code

This commit is contained in:
Magne Sjaastad
2017-08-04 10:21:07 +02:00
parent e35bcf1f58
commit 1adba2caf7
8 changed files with 0 additions and 68 deletions

View File

@@ -1528,20 +1528,6 @@ RigMainGrid* RimEclipseView::mainGrid() const
return nullptr;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimEclipseView::findGridIndexAndCellIndex(RimEclipseWell* eclipseWell, size_t branchIndex, size_t triangleIndex, size_t* gridIndex, size_t* cellIndex)
{
CVF_ASSERT(eclipseWell);
size_t wellIndex = wellCollection->wells().index(eclipseWell);
if (wellIndex != cvf::UNDEFINED_SIZE_T)
{
m_simWellsPartManager->findGridIndexAndCellIndex(wellIndex, branchIndex, triangleIndex, gridIndex, cellIndex);
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------