#1816 Observed data: Reader interface will be used throughout the code

This commit is contained in:
Rebecca Cox
2017-09-20 09:30:32 +02:00
parent 78b4fc6fe8
commit d0d8a7d4be
10 changed files with 33 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ void RigSummaryCaseData::openOrReloadCase(const QString& summaryHeaderFileName)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RifReaderEclipseSummary* RigSummaryCaseData::summaryReader()
RifSummaryReaderInterface* RigSummaryCaseData::summaryReader()
{
return m_summaryFileReader.p();
}