From: kowal2 Date: Mon, 12 Mar 2001 08:21:50 +0000 (+0000) Subject: Corrected C++ bug in the material definitions X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=9a3667bd799afb37fe5382b9ebe8e66ea7282af6;p=u%2Fmrichter%2FAliRoot.git Corrected C++ bug in the material definitions --- diff --git a/TPC/AliTPC.cxx b/TPC/AliTPC.cxx index 848878b3ceb..454c3754aed 100644 --- a/TPC/AliTPC.cxx +++ b/TPC/AliTPC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.30 2001/03/01 17:34:47 kowal2 +Correction due to the accuracy problem + Revision 1.29 2001/02/28 16:34:40 kowal2 Protection against nonphysical values of the avalanche size, 10**6 is the maximum @@ -624,7 +627,7 @@ void AliTPC::CreateMaterials() // Si amat[0] = 28.086; - zmat[0] = 14., + zmat[0] = 14.; density = 2.33;