]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Increase memory allocated for ZEBRA.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jan 2002 17:06:00 +0000 (17:06 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jan 2002 17:06:00 +0000 (17:06 +0000)
ALIROOT/aliroot.cxx
GEANT321/gcinit.F

index 352f2e0f6668186563583fb29036afe5234ff5ff..4244cceced7480bed445398af867322caad00713 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2001/10/04 15:32:36  hristov
+Instantiation of AliConfig removed
+
 Revision 1.7  2001/05/22 11:39:48  buncic
 Restored proper name for top level AliRoot folder.
 
@@ -68,7 +71,7 @@ int xargc=0;
   extern "C" int __mb_cur_max=0; 
 #endif 
 
-int gcbank_[3000000];
+int gcbank_[4000000];
 
 //Initialise the Root environment
  extern void InitGui();
index a41e34db42c99eab5794a19a96ef425cfff584e3..ba900d8d571cc35296e6cf3ce7d07db7a2f258c5 100644 (file)
@@ -1,5 +1,5 @@
       SUBROUTINE GCINIT
-      PARAMETER (NWGEANT=3000000)
+      PARAMETER (NWGEANT=4000000)
       COMMON / GCBANK / GMEM(NWGEANT)
 *
 * Initialise geant system with a default dimension of NWGEANT