Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
9dea6165
Commit
9dea6165
authored
Jul 01, 2021
by
Lennart Huth
Browse files
removed duplicated eudaq_loglevel default
parent
a96f6a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventDefinitionM26/EventDefinitionM26.cpp
View file @
9dea6165
...
...
@@ -19,7 +19,6 @@ EventDefinitionM26::EventDefinitionM26(Configuration& config, std::vector<std::s
config_
.
setDefault
<
int
>
(
"time_shift"
,
0
);
config_
.
setDefault
<
int
>
(
"shift_triggers"
,
0
);
config_
.
setDefault
<
std
::
string
>
(
"eudaq_loglevel"
,
"ERROR"
);
config_
.
setDefault
<
double
>
(
"skip_time"
,
0.
);
config_
.
setDefault
<
bool
>
(
"add_trigger"
,
false
);
config_
.
setDefault
<
std
::
string
>
(
"eudaq_loglevel"
,
"ERROR"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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