#8582 Eclipse Case : Make it possible to access RFT data without grid data

This commit is contained in:
Magne Sjaastad
2022-02-24 08:20:43 +01:00
parent 65e80ca03f
commit 7f41349b5c
2 changed files with 34 additions and 17 deletions

View File

@@ -81,6 +81,7 @@ protected:
private:
void loadAndUpdateSourSimData();
void ensureRftDataIsImported();
private:
cvf::ref<RifReaderInterface> createMockModel( QString modelName );
@@ -100,4 +101,5 @@ private:
bool m_gridAndWellDataIsReadFromFile;
bool m_activeCellInfoIsReadFromFile;
bool m_useOpmRftReader;
bool m_rftDataIsReadFromFile;
};