mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1816 Move functions from SummaryReaderInterface to EclipseSummaryReader
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user