]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compatibility with HP
authordibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Oct 2003 09:11:43 +0000 (09:11 +0000)
committerdibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Oct 2003 09:11:43 +0000 (09:11 +0000)
RICH/AliRICHRecon.cxx

index 439b17dc0bcd50a75ea5ec2ba114223b2a94e068..0a1426d964e5dd14b51f3c27d5080bd26818f816 100644 (file)
@@ -2206,7 +2206,7 @@ void AliRICHRecon::EstimationOfTheta()
   SetEstimationOfThetaRMS(RMS);
 }
 
-void fcn(Int_t /*&npar*/, Double_t* /*gin*/, Double_t &f, Double_t *par, Int_t iflag)
+void fcn(Int_t& /*npar*/, Double_t* /*gin*/, Double_t &f, Double_t *par, Int_t iflag)
 {
   AliRICHRecon *gMyRecon = (AliRICHRecon*)gMyMinuit->GetObjectFit();