From 4238c618ea8568bd1190da7a0d7a36dacce08990 Mon Sep 17 00:00:00 2001 From: jklay Date: Thu, 28 Feb 2008 01:02:55 +0000 Subject: [PATCH] removed static from variable declaration in AliEMCALGeometry::GetPhiCenterOfSM --- EMCAL/AliEMCALGeometry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index ae1c2f13e66..2c204b85bc9 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -1368,7 +1368,7 @@ Bool_t AliEMCALGeometry::IsFolder() const Double_t AliEMCALGeometry::GetPhiCenterOfSM(Int_t nsupmod) const { //returns center of supermodule in phi - static int i = nsupmod/2; + int i = nsupmod/2; return fPhiCentersOfSM[i]; } -- 2.43.0