Skip to content

Commit

Permalink
Fixes by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 25, 2023
1 parent 5dbc04a commit b12a724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void RimEnsembleCrossPlotStatisticsCase::calculate( const std::vector<RimSummary
// Add statistics for current bin if sample count is above threshold
// TODO: Add option to skip bin if unique realization count is below threshold

if ( static_cast<int>(binnedYValues.size()) > sampleCountThreshold )
if ( static_cast<int>( binnedYValues.size() ) > sampleCountThreshold )
{
double p10, p50, p90, mean;
RigStatisticsMath::calculateStatisticsCurves( binnedYValues, &p10, &p50, &p90, &mean, RigStatisticsMath::PercentileStyle::SWITCHED );
Expand Down

0 comments on commit b12a724

Please sign in to comment.