Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Corryvreckan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Naomi Davis
Corryvreckan
Commits
be0410c4
Commit
be0410c4
authored
5 years ago
by
Simon Spannagel
Committed by
Jens Kroeger
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
(cherry picked from commit
a52da343
)
parent
38beb3f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
+1
-1
1 addition, 1 deletion
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
with
1 addition
and
1 deletion
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
+
1
−
1
View file @
be0410c4
...
...
@@ -45,7 +45,7 @@ EventLoaderEUDAQ2::EventLoaderEUDAQ2(Configuration config, std::shared_ptr<Detec
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
const
eudaq
::
Configuration
eu_cfg
=
cfg
;
eudaq_config_
=
std
::
make_shared
<
const
eudaq
::
Configuration
>
(
eu_cfg
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment