Revert "#4114 Regression Test : Remove cached pointer to eclipse case"

This reverts commit f2146c6007.
This commit is contained in:
Magne Sjaastad
2019-02-20 11:35:31 +01:00
parent 90b189f490
commit 5449ef39dd
2 changed files with 20 additions and 28 deletions

View File

@@ -166,6 +166,9 @@ protected:
caf::PdmField<std::vector<QString> > m_selectedSouringTracersUiField;
caf::PdmPointer<RimEclipseCase> m_eclipseCase;
caf::PdmField<std::vector<QString> > m_selectedTracers_OBSOLETE;
private:
struct TracerComp
@@ -175,7 +178,6 @@ private:
private:
void assignFlowSolutionFromCase();
RimEclipseCase* ownerEclipseCase() const;
bool hasDualPorFractureResult();