mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3990 Flow Diag : Move creation of RigFlowDiagSolverInterface before computeCachedData
computeCachedData triggers update of UI, and update of curves can require RigFlowDiagSolverInterface
This commit is contained in:
parent
7a50fa12f8
commit
c50d75a61f
@ -190,6 +190,8 @@ bool RimEclipseResultCase::importGridAndResultMetaData(bool showTimeStepFilter)
|
|||||||
|
|
||||||
progInfo.incrementProgress();
|
progInfo.incrementProgress();
|
||||||
|
|
||||||
|
m_flowDagSolverInterface = new RigFlowDiagSolverInterface(this);
|
||||||
|
|
||||||
CVF_ASSERT(this->eclipseCaseData());
|
CVF_ASSERT(this->eclipseCaseData());
|
||||||
CVF_ASSERT(readerInterface.notNull());
|
CVF_ASSERT(readerInterface.notNull());
|
||||||
|
|
||||||
@ -199,8 +201,6 @@ bool RimEclipseResultCase::importGridAndResultMetaData(bool showTimeStepFilter)
|
|||||||
m_gridAndWellDataIsReadFromFile = true;
|
m_gridAndWellDataIsReadFromFile = true;
|
||||||
m_activeCellInfoIsReadFromFile = true;
|
m_activeCellInfoIsReadFromFile = true;
|
||||||
|
|
||||||
m_flowDagSolverInterface = new RigFlowDiagSolverInterface(this);
|
|
||||||
|
|
||||||
QFileInfo eclipseCaseFileInfo(caseFileName());
|
QFileInfo eclipseCaseFileInfo(caseFileName());
|
||||||
QString rftFileName = eclipseCaseFileInfo.path() + "/" + eclipseCaseFileInfo.completeBaseName() + ".RFT";
|
QString rftFileName = eclipseCaseFileInfo.path() + "/" + eclipseCaseFileInfo.completeBaseName() + ".RFT";
|
||||||
QFileInfo rftFileInfo(rftFileName);
|
QFileInfo rftFileInfo(rftFileName);
|
||||||
|
Loading…
Reference in New Issue
Block a user