mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added support for lazy file parsing and improved closing of files
p4#: 20644
This commit is contained in:
@@ -49,5 +49,9 @@ public:
|
||||
virtual void readWellData(well_info_type * well_info);
|
||||
|
||||
private:
|
||||
bool openFile();
|
||||
|
||||
private:
|
||||
QString m_filename;
|
||||
ecl_file_type* m_ecl_file;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user