Make sure all parameters are added for Correlation plots

This commit is contained in:
Gaute Lindkvist 2020-09-09 09:09:22 +02:00
parent 3a25ef0ec5
commit 2cee179e79

View File

@ -90,6 +90,7 @@ RimCorrelationMatrixPlot* RimCorrelationPlotCollection::createCorrelationMatrixP
RimCorrelationMatrixPlot* plot = new RimCorrelationMatrixPlot();
plot->setAsPlotMdiWindow();
if ( defaultToFirstEnsembleField ) applyFirstEnsembleFieldAddressesToPlot( plot, {"FOPT", "FWPT", "FGPT"} );
plot->selectAllParameters();
m_correlationPlots.push_back( plot );