From e8d760e1e16f2ea6abdd4a4f4c0a71a5c6150e86 Mon Sep 17 00:00:00 2001
From: gypaos <gypaos@gmail.com>
Date: Sat, 19 Dec 2020 11:22:45 +0100
Subject: [PATCH] Fix bad position of #endif statement

---
 NPLib/Detectors/Samurai/TSamuraiFDC0Physics.cxx | 2 +-
 Projects/ComptonTelescope/online/elog.txt       | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/NPLib/Detectors/Samurai/TSamuraiFDC0Physics.cxx b/NPLib/Detectors/Samurai/TSamuraiFDC0Physics.cxx
index 315852624..70991ec56 100644
--- a/NPLib/Detectors/Samurai/TSamuraiFDC0Physics.cxx
+++ b/NPLib/Detectors/Samurai/TSamuraiFDC0Physics.cxx
@@ -350,8 +350,8 @@ void TSamuraiFDC0Physics::ReadConfiguration(NPL::InputParser parser){
     // ! more than that this will not help !
     m_reconstruction.SetNumberOfThread(2);
     m_reconstruction.InitThreadPool();
-#endif 
   }
+#endif 
 }
 
 ///////////////////////////////////////////////////////////////////////////
diff --git a/Projects/ComptonTelescope/online/elog.txt b/Projects/ComptonTelescope/online/elog.txt
index 52d0dcb5f..b6bdb87d2 100644
--- a/Projects/ComptonTelescope/online/elog.txt
+++ b/Projects/ComptonTelescope/online/elog.txt
@@ -1,10 +1,8 @@
 elog
-  host= caeelog.in2p3.fr 
-  port= 443
+  host= 127.0.0.1 
+  port= 8090 
   ssl= 0
-  logbook= MUST2
-  username= matta
-  password= adrien!
+  logbook= CCAM
 attribute Author
   values= ccam 
 attribute Subject
-- 
GitLab