From 8af0ae068ea7bdb861cf78f401e47ae36398c803 Mon Sep 17 00:00:00 2001
From: Oliver Kirsebom <oliskir@stkernfys.phys.au.dk>
Date: Tue, 23 May 2017 10:12:58 +0200
Subject: [PATCH] modified compile.sh script

---
 VeikonKone.dox |  6 +++---
 compile.sh     | 10 +++++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/VeikonKone.dox b/VeikonKone.dox
index 01f5e13..e494814 100644
--- a/VeikonKone.dox
+++ b/VeikonKone.dox
@@ -753,7 +753,7 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = /home/oliskir/Desktop/F20-IGISOL/sim/VeikonKone/include/
+INPUT                  = /home/oliskir/f20/VeikonKone/include/
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2087,7 +2087,7 @@ HIDE_UNDOC_RELATIONS   = YES
 # set to NO
 # The default value is: NO.
 
-HAVE_DOT               = YES
+HAVE_DOT               = NO
 
 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
 # to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2259,7 +2259,7 @@ INTERACTIVE_SVG        = YES
 # found. If left blank, it is assumed the dot tool can be found in the path.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_PATH               = /usr/bin
+DOT_PATH               = 
 
 # The DOTFILE_DIRS tag can be used to specify one or more directories that
 # contain dot files that are included in the documentation (see the \dotfile
diff --git a/compile.sh b/compile.sh
index 6ec778b..f8a0ae0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,6 +1,14 @@
 rm -f CMakeCache.txt
 rm -rf CMakeFiles
+
+#@carbonoli
 #cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/oliskir/src/geant-4.10/geant4.10.3-install/lib/Geant4-10.3.0 $pwd
-cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/oliskir/src/geant4/geant4.10.2-install/lib/Geant4-10.2.0 $pwd -DCMAKE_BUILD_TYPE=DEBUG
+
+#@squamish
+#cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/oliskir/src/geant4/geant4.10.2-install/lib/Geant4-10.2.0 $pwd -DCMAKE_BUILD_TYPE=DEBUG
+
+#@stkernfys
+cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/kernadmin/geant4/geant4.10.2-install/lib/Geant4-10.2.2/ $pwd -DCMAKE_BUILD_TYPE=DEBUG
+
 make -j4
 
-- 
GitLab