mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1001 Reload all plots when a case is reloaded
This commit is contained in:
@@ -234,7 +234,7 @@ bool RimEclipseInputCase::openEclipseGridFile()
|
||||
void RimEclipseInputCase::reloadEclipseGridFile()
|
||||
{
|
||||
setReservoirData(nullptr);
|
||||
openEclipseGridFile();
|
||||
openReserviorCase();
|
||||
}
|
||||
|
||||
#define for_all(stdVector, indexName) for (size_t indexName = 0; indexName < stdVector.size(); ++indexName)
|
||||
|
||||
Reference in New Issue
Block a user