#4434 Flow Diag adjustments : Use active cells from PORV in Flow Diag

This commit is contained in:
Magne Sjaastad
2019-06-18 10:58:07 +02:00
parent aa0c372336
commit ff16156c2a
4 changed files with 35 additions and 6 deletions

View File

@@ -2639,6 +2639,14 @@ void RigCaseCellResultsData::setReaderInterface(RifReaderInterface* readerInterf
m_readerInterface = readerInterface;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const RifReaderInterface* RigCaseCellResultsData::readerInterface() const
{
return m_readerInterface.p();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------