]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/aliroot.cxx
Small correction to enable std input
[u/mrichter/AliRoot.git] / ALIROOT / aliroot.cxx
index 7e3a67e01b044123415277d95af75e8440bb3d9d..d73632239e311ca4f40707e31e59fffa0c51fec4 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
 
 /*
 $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)
 
 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 
 
   extern "C" int __mb_cur_max=0; 
 #endif 
 
-//int gcbank_[4000000];
-
 //_____________________________________________________________________________
 int main(int argc, char **argv)
 {
 //_____________________________________________________________________________
 int main(int argc, char **argv)
 {
@@ -109,7 +110,7 @@ int main(int argc, char **argv)
     
   // Start interactive geant
   
     
   // 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();
   
   // --- Start the event loop ---
   theApp->Run();