From 65f93814febf29b26c5d9ea21417fe65b3a9db82 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 20 Feb 2018 13:35:31 +0100 Subject: [PATCH] #2468 Multi grid statistics : Initialize filename before creating data access object --- ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp index 5ea9100be5..15743cdffc 100644 --- a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp +++ b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp @@ -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()) {