From 46253ac032c2de6bdd9c93076e27a9eed27a356d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Thu, 16 Sep 2021 20:57:14 +0000 Subject: [PATCH] Compile again --- benchmarks/single/single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/single/single.sh b/benchmarks/single/single.sh index 93b14c4a..e23632ed 100644 --- a/benchmarks/single/single.sh +++ b/benchmarks/single/single.sh @@ -34,7 +34,7 @@ fi ls -al ${LOCAL_PREFIX} ls -al ${ROOT_BUILD_DIR} || true mkdir -p ${ROOT_BUILD_DIR}/$(realpath benchmarks/single) -root -l -b -q "benchmarks/single/analyze.cxx(\"${JUGGLER_REC_FILE}\")" +root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")" if [[ "$?" -ne "0" ]] ; then echo "ERROR analysis failed" exit 1 -- GitLab