mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Consolidated cache data computations
Removed automatic insertion of grids into identical grid groups p4#: 20607
This commit is contained in:
@@ -1253,6 +1253,8 @@ void RIApplication::runRegressionTest(const QString& testRootPath)
|
||||
qDebug() << "Error comparing :" << imgComparator.errorMessage() << "\n" << imgComparator.errorDetails();
|
||||
}
|
||||
}
|
||||
|
||||
closeProject(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1311,6 +1313,8 @@ bool RIApplication::addEclipseCase(const QString& fileName)
|
||||
|
||||
rimResultReservoir->openEclipseGridFile();
|
||||
|
||||
m_project->moveEclipseCaseIntoCaseGroup(rimResultReservoir);
|
||||
|
||||
onProjectOpenedOrClosed();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user