#2468 Multi grid statistics : Initialize filename before creating data access object

This commit is contained in:
Magne Sjaastad 2018-02-20 13:35:31 +01:00
parent 119752bf04
commit 65f93814fe

View File

@ -694,7 +694,7 @@ bool RifReaderEclipseOutput::openAndReadActiveCellData(const QString& fileName,
// Keep the set of files of interest
m_filesWithSameBaseName = fileSet;
m_eclipseCase = eclipseCase;
m_fileName = fileName;
if (!readActiveCellInfo())
{