mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1724 Removed unused code
This commit is contained in:
@@ -49,16 +49,3 @@ size_t RivSimWellPipeSourceInfo::branchIndex() const
|
||||
return m_branchIndex;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivSimWellPipeSourceInfo::findGridIndexAndCellIndex(size_t triangleIndex, size_t* gridIndex, size_t* gridCellIndex) const
|
||||
{
|
||||
RimEclipseView* rimEclView = nullptr;
|
||||
m_eclipseWell->firstAncestorOrThisOfType(rimEclView);
|
||||
|
||||
if (rimEclView)
|
||||
{
|
||||
rimEclView->findGridIndexAndCellIndex(m_eclipseWell.p(), m_branchIndex, triangleIndex, gridIndex, gridCellIndex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user