mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#12017 Add caching of well target result data
Write data to welltargetdata.GRDECL in a subfolder of the project. Import this data when project is load. The data in this cache is owerwritten when the project is saved.
This commit is contained in:
@@ -43,7 +43,11 @@ public:
|
||||
|
||||
bool openEclipseGridFile() override;
|
||||
|
||||
cvf::ref<RifReaderInterface> createModel( QString modelName );
|
||||
void createModel();
|
||||
|
||||
private:
|
||||
void setupBeforeSave() override;
|
||||
QString cacheFileName() const;
|
||||
|
||||
private:
|
||||
caf::PdmField<cvf::Vec3d> m_minimum;
|
||||
|
||||
Reference in New Issue
Block a user