From: alibrary Date: Fri, 6 Dec 2002 16:18:48 +0000 (+0000) Subject: Small correction to enable std input X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4a87c8b6450f72d182b89b7e0b1822ac73a748c3 Small correction to enable std input --- 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();