From f6ff8e77b59a2d1fa794ea472f93c55e6ac2f53d Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Thu, 2 Apr 2015 14:17:11 +0100
Subject: [PATCH] * fixing build_dict

---
 NPLib/scripts/build_dict.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPLib/scripts/build_dict.sh b/NPLib/scripts/build_dict.sh
index 847732736..8391d301e 100755
--- a/NPLib/scripts/build_dict.sh
+++ b/NPLib/scripts/build_dict.sh
@@ -50,7 +50,7 @@ fi
 # Version 5 : generate the dictionnary then the libmap
 if [ $version_major -eq 5 ]
   then
-    rootcint -f $2 -I../Core -c $1
+    rootcint -f $2 -c $1 -I../Core 
     if [ "$#" -eq 4 ]
       then
         rlibmap -c $1 -o $3 -l $lib_name
-- 
GitLab