git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
InitGui removed (J.Chudoba)
[u/mrichter/AliRoot.git]
/
ALIROOT
/
aliroot.cxx
diff --git
a/ALIROOT/aliroot.cxx
b/ALIROOT/aliroot.cxx
index 352f2e0f6668186563583fb29036afe5234ff5ff..f92e3400ef5db2d874806b202a12cb45e235d5c9 100644
(file)
--- a/
ALIROOT/aliroot.cxx
+++ b/
ALIROOT/aliroot.cxx
@@
-15,6
+15,15
@@
/*
$Log$
/*
$Log$
+Revision 1.10 2002/02/18 14:26:14 hristov
+#include <AliConfig.h> removed
+
+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.7 2001/05/22 11:39:48 buncic
Restored proper name for top level AliRoot folder.
@@
-54,7
+63,6
@@
Introduction of the Copyright and cvs Log
#include <TRint.h>
#include <TFile.h>
#include <AliRun.h>
#include <TRint.h>
#include <TFile.h>
#include <AliRun.h>
-#include <AliConfig.h>
#if defined __linux
//On linux Fortran wants this, so we give to it!
#if defined __linux
//On linux Fortran wants this, so we give to it!
@@
-68,12
+76,7
@@
int xargc=0;
extern "C" int __mb_cur_max=0;
#endif
extern "C" int __mb_cur_max=0;
#endif
-int gcbank_[3000000];
-
-//Initialise the Root environment
- extern void InitGui();
- VoidFuncPtr_t initfuncs[] = { InitGui, 0 };
- TROOT root("galice","The Alice/ROOT Interface", initfuncs);
+int gcbank_[4000000];
//_____________________________________________________________________________
int main(int argc, char **argv)
//_____________________________________________________________________________
int main(int argc, char **argv)