X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ALIROOT%2Faliroot.cxx;h=a54bc8e9415c5bdb4bcc1de631c3acf96452f0a2;hp=55906f90931aee28b3b985dca7843d1201332042;hb=9087337e7b6c5bd9df9e80334a2a314f9193682d;hpb=9e1a0ddb8feb3fb19ca04ee19673f48c265a8fe6 diff --git a/ALIROOT/aliroot.cxx b/ALIROOT/aliroot.cxx index 55906f90931..a54bc8e9415 100644 --- a/ALIROOT/aliroot.cxx +++ b/ALIROOT/aliroot.cxx @@ -15,6 +15,21 @@ /* $Log$ +Revision 1.9 2002/01/09 17:05:03 morsch +Increase memory allocated for ZEBRA. + +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. + +Revision 1.6 2001/05/21 17:22:50 buncic +Fixed problem with missing AliConfig while reading galice.root + +Revision 1.5 2001/05/16 14:57:07 alibrary +New files for folders and Stack + Revision 1.4 2000/12/20 08:39:37 fca Support for Cerenkov and process list in Virtual MC @@ -45,7 +60,6 @@ Introduction of the Copyright and cvs Log #include #include #include -#include #if defined __linux //On linux Fortran wants this, so we give to it! @@ -59,7 +73,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(); @@ -83,7 +97,6 @@ int main(int argc, char **argv) // in the event. // Create new configuration - new AliConfig ("Folders","Alice data exchange"); new AliRun("gAlice","The ALICE Off-line Simulation Framework");