Skip to content

Commit

Permalink
Fix for Root6, proper TObjString to TString use
Browse files Browse the repository at this point in the history
  • Loading branch information
gconesab committed Mar 27, 2021
1 parent fd5698e commit c900153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/Geant4Config.C
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void Geant4Config()
return;
}
else if (str->String().Atoi() < 4 || !g4Version.Contains("monopole")) {
Printf("We cannot use monopoles with the current version of G4: %s", str->Data());
Printf("We cannot use monopoles with the current version of G4: %s", str->String().Data());
delete og4;
og4 = 0;
return;
Expand Down

0 comments on commit c900153

Please sign in to comment.