]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected C++ bug in the material definitions
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Mar 2001 08:21:50 +0000 (08:21 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Mar 2001 08:21:50 +0000 (08:21 +0000)
TPC/AliTPC.cxx

index 848878b3ceb1dbc4ad3e5fb774ed3f9d334423d9..454c3754aedd70a10eb542c75e8970382769265b 100644 (file)
@@ -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;