Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
a52da343
Commit
a52da343
authored
Mar 11, 2020
by
Simon Spannagel
Browse files
Fix typo
parent
6810ce0f
Pipeline
#1479921
passed with stages
in 17 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
a52da343
...
@@ -45,7 +45,7 @@ EventLoaderEUDAQ2::EventLoaderEUDAQ2(Configuration config, std::shared_ptr<Detec
...
@@ -45,7 +45,7 @@ EventLoaderEUDAQ2::EventLoaderEUDAQ2(Configuration config, std::shared_ptr<Detec
cfg
.
Set
(
key
.
first
,
key
.
second
);
cfg
.
Set
(
key
.
first
,
key
.
second
);
}
}
// Converting the newly built configuration to a shared pointer of a cont configuration object
// Converting the newly built configuration to a shared pointer of a con
s
t configuration object
// Unfortunbately EUDAQ does not provide appropriate member functions for their configuration class to avoid this dance
// Unfortunbately EUDAQ does not provide appropriate member functions for their configuration class to avoid this dance
const
eudaq
::
Configuration
eu_cfg
=
cfg
;
const
eudaq
::
Configuration
eu_cfg
=
cfg
;
eudaq_config_
=
std
::
make_shared
<
const
eudaq
::
Configuration
>
(
eu_cfg
);
eudaq_config_
=
std
::
make_shared
<
const
eudaq
::
Configuration
>
(
eu_cfg
);
...
...
Simon Spannagel
@simonspa
mentioned in commit
be0410c4
·
Jun 18, 2020
mentioned in commit
be0410c4
mentioned in commit be0410c47b0501166ed9802d6ac4c3d2f30ca1b5
Toggle commit list
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