Skip to content

Commit bd40adf

Browse files
committed
Fixed error related to non-initialized variable
1 parent d244404 commit bd40adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Nuspex/piKpRAA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ struct PiKpRAA {
345345
bool isCalPlateauLoaded = false;
346346
} etaCal;
347347

348-
int currentRunNumberPhiSel;
348+
int currentRunNumberPhiSel = -1;
349349
void init(InitContext const&)
350350
{
351351

0 commit comments

Comments
 (0)