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
@@ -113,6 +113,8 @@ public:
|
||||
|
||||
std::set<QString> sortedSimWellNames() const;
|
||||
|
||||
void loadAndSyncronizeInputProperties( bool includeGridFileName );
|
||||
|
||||
protected:
|
||||
void initAfterRead() override;
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
@@ -122,8 +124,9 @@ protected:
|
||||
|
||||
// Internal methods
|
||||
protected:
|
||||
void computeCachedData();
|
||||
void setReservoirData( RigEclipseCaseData* eclipseCase );
|
||||
void computeCachedData();
|
||||
void setReservoirData( RigEclipseCaseData* eclipseCase );
|
||||
std::vector<QString> additionalFiles() const;
|
||||
|
||||
private:
|
||||
void createTimeStepFormatString();
|
||||
|
||||
Reference in New Issue
Block a user