Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
Project Juggler
Merge requests
!543
fix: "Immutable objects can only be added to subset collections" exception
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: "Immutable objects can only be added to subset collections" exception
fix-immutable-objects-exception
into
main
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Wouter Deconinck
requested to merge
fix-immutable-objects-exception
into
main
9 months ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
78da9717
Prev
Next
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
78da9717
fix: avoid unused variable
· 78da9717
Wouter Deconinck
authored
9 months ago
JugReco/src/components/CalorimeterHitsMerger.cpp
+
0
−
2
Options
@@ -118,8 +118,6 @@ public:
std
::
size_t
ix
=
0
;
for
(
const
auto
&
h
:
inputs
)
{
int64_t
id
=
h
.
getCellID
()
&
id_mask
;
// use the reference field position
auto
it
=
merge_map
.
find
(
id
);
merge_map
[
id
].
push_back
(
ix
);
ix
++
;
Loading