mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#723 Make sure a view is created if no view is present for a statistics case
This commit is contained in:
@@ -54,8 +54,8 @@ public:
|
||||
void computeStatistics();
|
||||
bool hasComputedStatistics() const;
|
||||
void clearComputedStatistics();
|
||||
void computeStatisticsAndUpdateViews();
|
||||
|
||||
void scheduleACTIVEGeometryRegenOnReservoirViews();
|
||||
void updateConnectedEditorsAndReservoirViews();
|
||||
|
||||
virtual bool openEclipseGridFile();
|
||||
@@ -73,6 +73,8 @@ public:
|
||||
virtual void updateFilePathsFromProjectPath(const QString& projectPath, const QString& oldProjectPath){}
|
||||
|
||||
private:
|
||||
void scheduleACTIVEGeometryRegenOnReservoirViews();
|
||||
|
||||
RimIdenticalGridCaseGroup* caseGroup();
|
||||
|
||||
void getSourceCases(std::vector<RimEclipseCase*>& sourceCases);
|
||||
|
||||
Reference in New Issue
Block a user