mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5717 Properly reload input properties when reading eclipse result case.
This commit is contained in:
committed by
Magne Sjaastad
parent
b566ddbd4b
commit
b5c97ec750
@@ -47,7 +47,6 @@ public:
|
||||
// File open methods
|
||||
bool openDataFileSet( const QStringList& fileNames );
|
||||
bool importAsciiInputProperties( const QStringList& fileNames ) override;
|
||||
void loadAndSyncronizeInputProperties();
|
||||
|
||||
// RimCase overrides
|
||||
bool openEclipseGridFile() override;
|
||||
@@ -60,9 +59,6 @@ public:
|
||||
|
||||
void updateAdditionalFileFolder( const QString& newFolder );
|
||||
|
||||
private:
|
||||
std::vector<QString> additionalFiles() const;
|
||||
|
||||
protected:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user