From b12a724fce6a0a70ab14e97dd91523767d051598 Mon Sep 17 00:00:00 2001 From: magnesj Date: Mon, 25 Sep 2023 06:12:49 +0000 Subject: [PATCH] Fixes by clang-format --- .../Summary/RimEnsembleCrossPlotStatisticsCase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/ProjectDataModel/Summary/RimEnsembleCrossPlotStatisticsCase.cpp b/ApplicationLibCode/ProjectDataModel/Summary/RimEnsembleCrossPlotStatisticsCase.cpp index 76c2ef5fc1..5337bfb4c0 100644 --- a/ApplicationLibCode/ProjectDataModel/Summary/RimEnsembleCrossPlotStatisticsCase.cpp +++ b/ApplicationLibCode/ProjectDataModel/Summary/RimEnsembleCrossPlotStatisticsCase.cpp @@ -196,7 +196,7 @@ void RimEnsembleCrossPlotStatisticsCase::calculate( const std::vector(binnedYValues.size()) > sampleCountThreshold ) + if ( static_cast( binnedYValues.size() ) > sampleCountThreshold ) { double p10, p50, p90, mean; RigStatisticsMath::calculateStatisticsCurves( binnedYValues, &p10, &p50, &p90, &mean, RigStatisticsMath::PercentileStyle::SWITCHED );