From 336447607adc9a8b7430ef444cc123d185dc0573 Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Sun, 26 Jul 2020 20:12:54 -0500 Subject: [PATCH] Edited lib path. --- calorimeters/simple_info_plot_histograms.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calorimeters/simple_info_plot_histograms.cxx b/calorimeters/simple_info_plot_histograms.cxx index 27c8015d..ba73578f 100644 --- a/calorimeters/simple_info_plot_histograms.cxx +++ b/calorimeters/simple_info_plot_histograms.cxx @@ -1,4 +1,5 @@ -R__LOAD_LIBRARY($HOME/stow/development/lib/libGenDetectors.so) +//R__LOAD_LIBRARY($HOME/stow/development/lib/libGenDetectors.so) +R__LOAD_LIBRARY(libGenDetectors.so) R__LOAD_LIBRARY(libfmt.so) #include "fmt/core.h" R__LOAD_LIBRARY(libDDG4IO.so) -- GitLab