mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Preferences: Read faults on import and fault default visibility
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
RifReaderEclipseOutput();
|
||||
virtual ~RifReaderEclipseOutput();
|
||||
|
||||
void enableFaultsImport(bool enableFaultsImport);
|
||||
bool open(const QString& fileName, RigCaseData* eclipseCase);
|
||||
virtual bool openAndReadActiveCellData(const QString& fileName, const std::vector<QDateTime>& mainCaseTimeSteps, RigCaseData* eclipseCase);
|
||||
void close();
|
||||
@@ -88,4 +89,6 @@ private:
|
||||
|
||||
ecl_file_type* m_ecl_init_file; // File access to static results
|
||||
cvf::ref<RifEclipseRestartDataAccess> m_dynamicResultsAccess; // File access to dynamic results
|
||||
|
||||
bool m_enableFaultsImport;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user