We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19d927 commit 4ff42ecCopy full SHA for 4ff42ec
roofit/roofitcore/src/RooEvaluatorWrapper.cxx
@@ -342,7 +342,7 @@ void RooFuncWrapper::createGradient()
342
#else
343
_hasGradient = false;
344
std::stringstream errorMsg;
345
- errorMsg << "Function " << GetName() << " could not be differentiated since ROOT was built without Clad support.";
+ errorMsg << "Function could not be differentiated since ROOT was built without Clad support.";
346
oocoutE(nullptr, InputArguments) << errorMsg.str() << std::endl;
347
throw std::runtime_error(errorMsg.str().c_str());
348
#endif
0 commit comments