]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Loading libpythia.so before libpdf.so
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Oct 2006 15:38:10 +0000 (15:38 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Oct 2006 15:38:10 +0000 (15:38 +0000)
macros/loadlibs.C
macros/loadlibssim.C

index 2494209337773617f3230434d6f913030c911b18..5ba3b969870bacfd95471b61a8492a7d06aa2f69 100644 (file)
@@ -16,8 +16,8 @@ void loadlibs ()
   // Waiting for a better solution
   //  gSystem->Load("libg2c_sh");
   gSystem->Load("libmicrocern");
-  gSystem->Load("libpdf");
   gSystem->Load("libpythia6");
+  gSystem->Load("libpdf");
 
   gSystem->Load("libEG");
   gSystem->Load("libGeom");
index 9128ebcdd3cd93cdd11c2346209a7d4a6f2e9a7a..79fd5ff2c75cfc644f23f9bfbdaa94f63a8a0048 100644 (file)
@@ -14,8 +14,8 @@ void loadlibssim ()
   // Waiting for a better solution
   //  gSystem->Load("libg2c_sh");
   gSystem->Load("libmicrocern");
-  gSystem->Load("libpdf");
   gSystem->Load("libpythia6");
+  gSystem->Load("libpdf");
 
   gSystem->Load("libEG");
   gSystem->Load("libGeom");