#4114 Regression Test : Remove cached pointer to eclipse case

This commit is contained in:
Magne Sjaastad
2019-02-20 11:35:31 +01:00
parent 66e57890dc
commit f2146c6007
2 changed files with 28 additions and 20 deletions

View File

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