mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Use PlotCollection interface more places.
This commit is contained in:
@@ -177,7 +177,7 @@ void RimReloadCaseTools::updateAllPlots()
|
||||
RimFlowPlotCollection* flowPlotCollection = project->mainPlotCollection()->flowPlotCollection();
|
||||
if ( flowPlotCollection )
|
||||
{
|
||||
flowPlotCollection->loadDataAndUpdate();
|
||||
flowPlotCollection->loadDataAndUpdateAllPlots();
|
||||
}
|
||||
|
||||
RimMultiPlotCollection* multiPlotCollection = project->mainPlotCollection()->multiPlotCollection();
|
||||
|
||||
Reference in New Issue
Block a user