]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correct wrong variable name
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Mar 2011 21:05:14 +0000 (21:05 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Mar 2011 21:05:14 +0000 (21:05 +0000)
EMCAL/AliEMCALGeoUtils.cxx

index d04588ab6fdab3c254a487660239b84c5c29e0d6..90415fe7b816c30edc4598cf0c9ac848bfdb6861 100644 (file)
@@ -1424,7 +1424,7 @@ void AliEMCALGeoUtils::RecalculateTowerPosition(Float_t drow, Float_t dcol, cons
       return;
     }
     if (sm >= nSMod || sm < 0) {
-      AliError(Form("Bad SM number sm=%d, where sm >= %d || sm < 0", nSupMod, sm));
+      AliError(Form("Bad SM number sm=%d, where sm >= %d || sm < 0", nSMod, sm));
       return;
     }