#1356 Added possibility to change sour sim file for eclipse result case

This commit is contained in:
Magne Sjaastad
2017-03-31 11:37:07 +02:00
parent 62d345cf1e
commit 24d4e6d094
3 changed files with 54 additions and 7 deletions

View File

@@ -57,6 +57,12 @@ public:
std::vector<RimFlowDiagSolution*> flowDiagSolutions();
RigFlowDiagSolverInterface* flowDiagSolverInterface();
protected:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
private:
void loadAndUpdateSourSimData();
private:
cvf::ref<RifReaderInterface> createMockModel(QString modelName);
@@ -77,4 +83,5 @@ private:
bool m_gridAndWellDataIsReadFromFile;
bool m_activeCellInfoIsReadFromFile;
};