#1816 Move functions from SummaryReaderInterface to EclipseSummaryReader

This commit is contained in:
Rebecca Cox
2017-09-21 12:20:09 +02:00
parent 68a101fe2d
commit 62d9978504
6 changed files with 28 additions and 38 deletions

View File

@@ -66,19 +66,6 @@ bool RifReaderObservedData::values(const RifEclipseSummaryAddress& resultAddress
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
int RifReaderObservedData::timeStepCount() const
{
if (m_asciiParser)
{
return static_cast<int>(m_asciiParser->timeSteps().size());
}
return 0;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------