mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Further refactoring
This commit is contained in:
@@ -182,7 +182,7 @@ void RimReloadCaseTools::updateAllPlots()
|
||||
RimMultiPlotCollection* multiPlotCollection = project->mainPlotCollection()->multiPlotCollection();
|
||||
if ( multiPlotCollection )
|
||||
{
|
||||
for ( RimMultiPlot* plotWindow : multiPlotCollection->multiPlots() )
|
||||
for ( RimMultiPlotWindow* plotWindow : multiPlotCollection->multiPlots() )
|
||||
{
|
||||
plotWindow->loadDataAndUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user