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 38b289b99f
commit c06f510aff
3 changed files with 17 additions and 2 deletions

View File

@ -1840,7 +1840,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) {