]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/aliroot.cxx
Restored proper name for top level AliRoot folder.
[u/mrichter/AliRoot.git] / ALIROOT / aliroot.cxx
index cd6381594584922d8d5b9feb247799d582425876..5417e70629881346494797ac0d39c9411fd2b6e9 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  2001/05/21 17:22:50  buncic
+Fixed problem with missing AliConfig while reading galice.root
+
 Revision 1.5  2001/05/16 14:57:07  alibrary
 New files for folders and Stack
 
@@ -86,7 +89,7 @@ int main(int argc, char **argv)
   // in the event.
   
   // Create new configuration 
-  new AliConfig ();
+  new AliConfig ("Folders","Alice data exchange");
   
   new AliRun("gAlice","The ALICE Off-line Simulation Framework");