]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed warning about unused parameter
authorjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 May 2008 21:00:40 +0000 (21:00 +0000)
committerjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 May 2008 21:00:40 +0000 (21:00 +0000)
EMCAL/AliEMCALClusterizerv1.cxx

index a7e4fffcaf86b38d5c89de33b35c959a80f12c06..5c5cb33793dbb76163ae0f8f918a498af4b48cda 100644 (file)
@@ -266,7 +266,7 @@ Bool_t AliEMCALClusterizerv1::FindFit(AliEMCALRecPoint * RecPoint, AliEMCALDigit
 
   Double_t p0 = 0.1 ; // "Tolerance" Evaluation stops when EDM = 0.0001*p0 ; 
                       // The number of function call slightly depends on it.
-  Double_t p1 = 1.0 ;
+  //Double_t p1 = 1.0 ;
   Double_t p2 = 0.0 ;
 
   gMinuit->mnexcm("SET STR", &p2, 0, ierflg) ;   // force TMinuit to reduce function calls