Skip to content

Commit 6682d58

Browse files
committed
linter
1 parent 7cd7527 commit 6682d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/pidFlowPtCorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ struct PidFlowPtCorr {
17481748
template <typename TCollision>
17491749
float getCentrality(TCollision const& collision)
17501750
{
1751-
float cent;
1751+
float cent = -1;
17521752
switch (cfgCentEstimator) {
17531753
case kCentFT0C:
17541754
cent = collision.centFT0C();

0 commit comments

Comments
 (0)