Skip to content
Snippets Groups Projects
Commit 6d052c2b authored by Rene Brun's avatar Rene Brun
Browse files

From Lorenzo:

By more testing, I found a a problem loading  the library. Here is the patch that

fix the loading of the MathMore library when instantiating the plugin.


git-svn-id: http://root.cern.ch/svn/root/trunk@20334 27541ba8-7e3a-0410-8455-c3a389f83636
parent 48fac9af
No related branches found
No related tags found
No related merge requests found
void P010_GSLIntegrator()
{
gPluginMgr->AddHandler("ROOT::Math::VirtualIntegrator", "GSLIntegrator", "ROOT::Math::GSLIntegrator",
"GSLIntegrator", "GSLIntegrator(const char *, double, double, unsigned int)");
"MathMore", "GSLIntegrator(const char *, double, double, unsigned int)");
}
void P020_GSLMCIntegrator()
{
gPluginMgr->AddHandler("ROOT::Math::VirtualIntegrator", "GSLMCIntegrator", "ROOT::Math::GSLMCIntegrator",
"GSLMCIntegrator", "GSLMCIntegrator(const char *, double, double, unsigned int)");
"MathMore", "GSLMCIntegrator(const char *, double, double, unsigned int)");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment