From 025cf1a666fe17f32de9e6d613a5d4e012030e15 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Wed, 7 Nov 2007 11:36:35 +0000
Subject: [PATCH] From Lorenzo: fix for a change in GSLIntegrator constructor
 to use Gauss integration rule

git-svn-id: http://root.cern.ch/svn/root/trunk@20698 27541ba8-7e3a-0410-8455-c3a389f83636
---
 etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C b/etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C
index 3be63c0870f..7dab5a3da9f 100644
--- a/etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C
+++ b/etc/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C
@@ -1,5 +1,5 @@
 void P010_GSLIntegrator()
 {
    gPluginMgr->AddHandler("ROOT::Math::VirtualIntegrator", "GSLIntegrator", "ROOT::Math::GSLIntegrator",
-      "MathMore", "GSLIntegrator(const char *, double, double, unsigned int)");
+      "MathMore", "GSLIntegrator(const char *, int, double, double, unsigned int)");
 }
-- 
GitLab