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:
@@ -97,6 +97,10 @@ void RimObservedEclipseUserData::createSummaryReaderInterface()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RifSummaryReaderInterface* RimObservedEclipseUserData::summaryReader()
|
||||
{
|
||||
if ( m_summeryReader.isNull() )
|
||||
{
|
||||
createSummaryReaderInterface();
|
||||
}
|
||||
return m_summeryReader.p();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user