]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
NodeName array dimension enlarged
authorvicinanz <vicinanz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jun 2000 07:52:09 +0000 (07:52 +0000)
committervicinanz <vicinanz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jun 2000 07:52:09 +0000 (07:52 +0000)
TOF/AliTOFv1.cxx

index e4e1c8953d8c62f0a6dce40d794d4c5395c18e89..937463688d88501d5c05ba2e74f4c9be7f4f5919 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  2000/05/10 16:52:18  vicinanz
+New TOF version with holes for PHOS/RICH
+
 Revision 1.14.2.1  2000/05/10 09:37:16  vicinanz
 New version with Holes for PHOS/RICH
 
@@ -135,8 +138,8 @@ void AliTOFv1::BuildGeometry()
 
   // Define TOF basic volume
   
-  char NodeName0[6], NodeName1[6], NodeName2[6]; 
-  char NodeName3[6], NodeName4[6], RotMatNum[6];
+  char NodeName0[7], NodeName1[7], NodeName2[7]; 
+  char NodeName3[7], NodeName4[7], RotMatNum[7];
 
   new TBRIK("S_TOF_C","TOF box","void",
             120*0.5,hTof*0.5,fZlenC*0.5);