mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format
This commit is contained in:
@@ -118,8 +118,8 @@ void RigStatisticsMath::calculateStatisticsCurves( const std::vector<double>& va
|
||||
}
|
||||
|
||||
int valueCount = (int)sortedValues.size();
|
||||
double percentiles[] = {0.1, 0.5, 0.9};
|
||||
double pValues[] = {HUGE_VAL, HUGE_VAL, HUGE_VAL};
|
||||
double percentiles[] = { 0.1, 0.5, 0.9 };
|
||||
double pValues[] = { HUGE_VAL, HUGE_VAL, HUGE_VAL };
|
||||
|
||||
for ( int i = P10; i <= P90; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user