Fix error in Tornado plots

This commit is contained in:
Gaute Lindkvist
2020-09-01 11:57:38 +02:00
parent ae28fe412f
commit 27ee22f420

View File

@@ -265,7 +265,7 @@ void RimCorrelationPlot::addDataToChartBuilder( RiuGroupedBarChartBuilder& chart
std::vector<std::pair<EnsembleParameter, double>> correlations =
ensemble->parameterCorrelations( address,
selectedTimestep,
m_correlationFactor == CorrelationFactor::PEARSON,
m_correlationFactor == CorrelationFactor::SPEARMAN,
m_selectedParametersList() );
QString timestepString = m_timeStep().toString( RiaPreferences::current()->dateTimeFormat() );