mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6737 Make sure we always create a summary reader interface when asking for a reader
This commit is contained in:
@@ -78,6 +78,10 @@ void RimCsvUserData::createSummaryReaderInterface()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RifSummaryReaderInterface* RimCsvUserData::summaryReader()
|
||||
{
|
||||
if ( m_summaryReader.isNull() )
|
||||
{
|
||||
createSummaryReaderInterface();
|
||||
}
|
||||
return m_summaryReader.p();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user