Skip to content

Commit ba14885

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-10145
Please consider the following formatting changes to AliceO2Group#10145
2 parents f929d15 + e4edd63 commit ba14885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/JCorran/Core/FlowJSPCAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ void FlowJSPCAnalysis::calculateCorrelators(const int fCentBin)
112112
correlationDenom = dataCorrelation[0];
113113
weightCorrelationDenom = dataCorrelation[1];
114114

115-
116115
// Check if the values are real numbers before filling.
117-
if (std::isnan(correlationNum) | std::isnan(correlationDenom) | std::isnan(weightCorrelationNum) | std::isnan(weightCorrelationDenom) ) continue;
116+
if (std::isnan(correlationNum) | std::isnan(correlationDenom) | std::isnan(weightCorrelationNum) | std::isnan(weightCorrelationDenom))
117+
continue;
118118

119119
// Histogram filling
120120
fillHistograms(fCentBin, j, correlationNum, correlationDenom, weightCorrelationNum, weightCorrelationDenom);

0 commit comments

Comments
 (0)