Skip to content

Commit

Permalink
Change return code when ALIEN_JDL_PACKAGES is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed Mar 19, 2019
1 parent 20f98cc commit e1b4884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/CheckAliRootVersion.C
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Bool_t IsAliPhysicsEqualTo(TString version){
}else{
printf("ALIEN_PACKAGES and ALIEN_JDL_PACKAGES not defined\n");
printf(" --> Cannot check AliPhysics version\n");
return kTRUE;
return kFALSE;
}
}

0 comments on commit e1b4884

Please sign in to comment.