]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix (thanks Jan-Fiete s compiler for noticing it ;-) )
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jul 2008 08:06:14 +0000 (08:06 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jul 2008 08:06:14 +0000 (08:06 +0000)
MUON/AliMUONDigitCalibrator.cxx

index b214d4b84b6f22a100933874e1510ed15e252925..65a46c6ba2cc745281d1d7bc3676220f2f13dba5 100644 (file)
@@ -360,7 +360,7 @@ AliMUONDigitCalibrator::CalibrateDigit(Int_t detElemId, Int_t manuId, Int_t manu
     }
     else
     {
-      isSaturated = kFALSE;
+      *isSaturated = kFALSE;
     }
   }