changes needed since upcoming ROOT6.24 (minuit2) will break the backward compatibility.

This commit is contained in:
2021-04-09 10:03:34 +02:00
parent 2a531bd58d
commit 15f191c8d6
3 changed files with 17 additions and 2 deletions

View File

@ -1964,7 +1964,11 @@ Bool_t PFitter::ExecutePrintLevel(UInt_t lineNo)
return false;
}
#ifdef ROOT_GRTEQ_24
ROOT::Minuit2::MnPrint::SetGlobalLevel(fPrintLevel);
#else
ROOT::Minuit2::MnPrint::SetLevel(fPrintLevel);
#endif
// clean up
if (tokens) {