Skip to content

Commit 88f0a2f

Browse files
authored
[PWGLF] Fix compilation warnings (#8951)
1 parent 256939a commit 88f0a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ struct AngularCorrelationsInJets {
353353
case 3: // (anti)helium-3
354354
return (track.tpcNSigmaHe() < 3.0 && track.tpcNSigmaDe() > 3.0 && track.tpcNSigmaPr() > 3.0);
355355
}
356+
return false;
356357
}
357358

358359
template <typename T>

0 commit comments

Comments
 (0)