From: morsch Date: Wed, 9 Jan 2002 17:06:00 +0000 (+0000) Subject: Increase memory allocated for ZEBRA. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=f8a2545bc5e9a98f973fc00070fcc1347d79fea0 Increase memory allocated for ZEBRA. --- diff --git a/ALIROOT/aliroot.cxx b/ALIROOT/aliroot.cxx index 352f2e0f666..4244cceced7 100644 --- a/ALIROOT/aliroot.cxx +++ b/ALIROOT/aliroot.cxx @@ -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(); diff --git a/GEANT321/gcinit.F b/GEANT321/gcinit.F index a41e34db42c..ba900d8d571 100644 --- a/GEANT321/gcinit.F +++ b/GEANT321/gcinit.F @@ -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