From ada26c2d219e9d395c1948e2b8581064e09fec4e Mon Sep 17 00:00:00 2001 From: laphecet Date: Tue, 15 Jul 2008 08:06:14 +0000 Subject: [PATCH] Fix (thanks Jan-Fiete s compiler for noticing it ;-) ) --- MUON/AliMUONDigitCalibrator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUONDigitCalibrator.cxx b/MUON/AliMUONDigitCalibrator.cxx index b214d4b84b6..65a46c6ba2c 100644 --- a/MUON/AliMUONDigitCalibrator.cxx +++ b/MUON/AliMUONDigitCalibrator.cxx @@ -360,7 +360,7 @@ AliMUONDigitCalibrator::CalibrateDigit(Int_t detElemId, Int_t manuId, Int_t manu } else { - isSaturated = kFALSE; + *isSaturated = kFALSE; } } -- 2.43.0