mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Several fixes by clang-tidy and use of clang compiler
This commit is contained in:
@@ -92,13 +92,14 @@ void RicNewCorrelationReportPlotFeature::onActionTriggered( bool isChecked )
|
||||
timeStep );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
if ( !newPlot && correlationPlotColl )
|
||||
{
|
||||
newPlot = correlationPlotColl->createCorrelationReportPlot();
|
||||
}
|
||||
newPlot->loadDataAndUpdate();
|
||||
|
||||
correlationPlotColl->updateConnectedEditors();
|
||||
if ( correlationPlotColl ) correlationPlotColl->updateConnectedEditors();
|
||||
|
||||
RiuPlotMainWindowTools::setExpanded( newPlot );
|
||||
RiuPlotMainWindowTools::selectAsCurrentItem( newPlot );
|
||||
|
||||
Reference in New Issue
Block a user