Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dziwok
Ph2_ACF
Commits
71b9f636
Commit
71b9f636
authored
Oct 26, 2016
by
Sarah Seif El Nasr
Browse files
Fixed errors that passed through the merge : extra INITIALIZE_EASYLOGGINGPP in src/*.c.
parent
153a021e
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/cmtest.cc
View file @
71b9f636
...
...
@@ -8,7 +8,7 @@
#include "../tools/CMTester.h"
#include <TApplication.h>
#include "../Utils/argvparser.h"
#include "../Utils/easylogging++.h"
//
#include "../Utils/easylogging++.h"
#include "TROOT.h"
#ifdef __HTTP__
...
...
@@ -27,10 +27,6 @@ using namespace Ph2_System;
using
namespace
CommandLineProcessing
;
INITIALIZE_EASYLOGGINGPP
INITIALIZE_EASYLOGGINGPP
int
main
(
int
argc
,
char
*
argv
[]
)
{
//configure the logger
...
...
src/commission.cc
View file @
71b9f636
#include <cstring>
#include "../Utils/easylogging++.h"
//
#include "../Utils/easylogging++.h"
#include "../Utils/Utilities.h"
#include "../tools/SignalScan.h"
#include "../tools/LatencyScan.h"
...
...
@@ -27,8 +27,6 @@ using namespace Ph2_System;
using
namespace
CommandLineProcessing
;
INITIALIZE_EASYLOGGINGPP
INITIALIZE_EASYLOGGINGPP
int
main
(
int
argc
,
char
*
argv
[]
)
{
//configure the logger
...
...
src/configure.cc
View file @
71b9f636
...
...
@@ -3,7 +3,7 @@
#include "../Utils/argvparser.h"
#include "../System/SystemController.h"
#include "../Utils/CommonVisitors.h"
#include "../Utils/easylogging++.h"
//
#include "../Utils/easylogging++.h"
// Ph2_usb_instDriverStuff
#ifdef __HTTP__
...
...
@@ -20,10 +20,6 @@ using namespace Ph2_HwDescription;
using
namespace
Ph2_HwInterface
;
using
namespace
Ph2_System
;
using
namespace
CommandLineProcessing
;
INITIALIZE_EASYLOGGINGPP
//Class used to process events acquired by a parallel acquisition
INITIALIZE_EASYLOGGINGPP
//void syntax ( int argc )
...
...
src/hybridtest.cc
View file @
71b9f636
...
...
@@ -8,8 +8,7 @@
#include "../tools/HybridTester.h"
#include <TApplication.h>
#include "../Utils/argvparser.h"
#include "../Utils/easylogging++.h"
//#include "../Utils/easylogging++.h"
#include "TROOT.h"
#ifdef __HTTP__
...
...
@@ -28,7 +27,6 @@ using namespace Ph2_System;
using
namespace
CommandLineProcessing
;
INITIALIZE_EASYLOGGINGPP
INITIALIZE_EASYLOGGINGPP
int
main
(
int
argc
,
char
*
argv
[]
)
{
...
...
src/integratedtester.cc
View file @
71b9f636
...
...
@@ -21,12 +21,11 @@
#include "../tools/AntennaTester.h"
#include "../tools/Calibration.h"
#include "../tools/PedeNoise.h"
#include "../tools/OldCalibration.h"
#include "../Utils/argvparser.h"
#include "TROOT.h"
#include "TApplication.h"
#include "../Utils/Timer.h"
#include "../Utils/easylogging++.h"
//
#include "../Utils/easylogging++.h"
#ifdef __HTTP__
#include "THttpServer.h"
...
...
src/systemtest.cc
View file @
71b9f636
...
...
@@ -2,7 +2,7 @@
#include "../Utils/CommonVisitors.h"
#include "../Utils/argvparser.h"
#include "../Utils/Timer.h"
#include "../Utils/easylogging++.h"
//
#include "../Utils/easylogging++.h"
#ifdef __HTTP__
#include "THttpServer.h"
...
...
@@ -20,7 +20,6 @@ using namespace Ph2_System;
using
namespace
CommandLineProcessing
;
INITIALIZE_EASYLOGGINGPP
INITIALIZE_EASYLOGGINGPP
int
main
(
int
argc
,
char
**
argv
)
{
...
...
tools/HybridTester.h
View file @
71b9f636
...
...
@@ -279,8 +279,6 @@ class HybridTester : public Tool
return
output_string
;
}
>>>>>>>
73
ee7e12744871cc7af090103c17349ffa4f6025
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment