]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix - overisght: extra "=" added (thanks to Laurent for spotting the problem).
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Aug 2009 13:02:26 +0000 (13:02 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Aug 2009 13:02:26 +0000 (13:02 +0000)
STEER/AliGRPPreprocessor.cxx

index 8a985285c751752cf0d865a854d0e2c69f6d7349..5379b298063d4769d6062ede4a0417a28ba5ef6f 100644 (file)
@@ -1320,8 +1320,8 @@ if (v->GetFloat() > fmaxFloat) AliInfo(Form("The value is greater than %6.5e",fm
                        tempArray[i] = v->GetFloat();
                        AliDebug(2,Form("%d-th entry = %f",i,tempArray[i]));
                        iCounts += 1;
-                       if (indexDP == kL3Polarity && v->GetFloat() > 350 && isZero == kTRUE) isZero==kFALSE; 
-                       if (indexDP == kDipolePolarity && v->GetFloat() > 450 && isZero == kTRUE) isZero==kFALSE; 
+                       if (indexDP == kL3Polarity && v->GetFloat() > 350 && isZero == kTRUE) isZero=kFALSE; 
+                       if (indexDP == kDipolePolarity && v->GetFloat() > 450 && isZero == kTRUE) isZero=kFALSE; 
                }
                else {
                        AliError(Form("DCS values for the parameter outside the queried interval"));