From: hristov Date: Mon, 10 Mar 2003 17:03:28 +0000 (+0000) Subject: Corrected size of array ppcon (icc) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=3230c98ff9b54047f931d68ec2986b3373b5e809;p=u%2Fmrichter%2FAliRoot.git Corrected size of array ppcon (icc) --- diff --git a/FMD/AliFMDv2.cxx b/FMD/AliFMDv2.cxx index 4dc37848388..4e6307c2c5b 100644 --- a/FMD/AliFMDv2.cxx +++ b/FMD/AliFMDv2.cxx @@ -88,8 +88,7 @@ void AliFMDv2::CreateGeometry() Int_t ifmd; Int_t idrotm[999]; - Float_t zFMD,par[3],ppcon[5]; - //ppcon1[15],ppcon2[15],ppcon3[15],ppcon4[15],ppcon5[15]; + Float_t zFMD,par[3],ppcon[15]; Float_t z[5]={62.8, 75.2, -83.4, -75.2, -340.}; Float_t NylonTube[3]={0.2,0.6,0.45}; Float_t zPCB=0.12; Float_t zHoneyComb=0.5;