From 43710502eeca92d0ac88ca68aacb6fed188ed3cd Mon Sep 17 00:00:00 2001 From: alibrary Date: Thu, 31 Jul 2003 09:14:09 +0000 Subject: [PATCH] updating to the latest version of ROOT --- macros/loadlibs.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros/loadlibs.C b/macros/loadlibs.C index 8e3eba2faf1..bcb97e41da1 100644 --- a/macros/loadlibs.C +++ b/macros/loadlibs.C @@ -1,6 +1,7 @@ void loadlibs () { - gSystem->Load("libMC"); + gSystem->Load("libGeom"); + gSystem->Load("libVMC"); // libraries required by EVGEN // (commented libraries are already loaded in prevoius sequence) -- 2.31.1