X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ALIROOT%2Faliroot.cxx;h=d73632239e311ca4f40707e31e59fffa0c51fec4;hp=7e3a67e01b044123415277d95af75e8440bb3d9d;hb=4a87c8b6450f72d182b89b7e0b1822ac73a748c3;hpb=e6042ab26b4b4e7f23c8dccdf70bf326d3539541 diff --git a/ALIROOT/aliroot.cxx b/ALIROOT/aliroot.cxx index 7e3a67e01b0..d73632239e3 100644 --- a/ALIROOT/aliroot.cxx +++ b/ALIROOT/aliroot.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.13 2002/12/03 09:03:06 hristov +Changes needed on Itanium (F.Carminati) + Revision 1.12 2002/10/14 14:55:33 hristov Merging the VirtualMC branch to the main development branch (HEAD) @@ -85,8 +88,6 @@ int xargc=0; extern "C" int __mb_cur_max=0; #endif -//int gcbank_[4000000]; - //_____________________________________________________________________________ int main(int argc, char **argv) { @@ -109,7 +110,7 @@ int main(int argc, char **argv) // Start interactive geant - TRint *theApp = new TRint("aliroot", &argc, argv, 0, 0); + TRint *theApp = new TRint("aliroot", &argc, argv); // --- Start the event loop --- theApp->Run();