From 4a87c8b6450f72d182b89b7e0b1822ac73a748c3 Mon Sep 17 00:00:00 2001 From: alibrary Date: Fri, 6 Dec 2002 16:18:48 +0000 Subject: [PATCH] Small correction to enable std input --- ALIROOT/aliroot.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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(); -- 2.31.1