Skip to content

Commit

Permalink
silence ROOT6 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gconesab committed Jun 27, 2020
1 parent 25e1b23 commit 98c02e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Utils/CheckAliRootVersion.C
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Bool_t IsAliPhysicsMoreRecentThanOrEqualTo(TString version){
if (n2 < nnn2) return kFALSE; // we check if it is "<=" (here is the difference wrt line 37
else return kTRUE;
}
printf("Unknown version: n1 %d, n2 %d, vvv %d, nnn1 %d, nnn2 %d\n",n1,n2,vvv,nnn1,nnn2);
return kFALSE;
}
}else{
printf("ALIEN_PACKAGES and ALIEN_JDL_PACKAGES not defined\n");
Expand Down

0 comments on commit 98c02e0

Please sign in to comment.