Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!71035
TrkAlgebraUtils: Suppress cppcheck warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrkAlgebraUtils: Suppress cppcheck warnings.
ssnyder/athena:cppcheck.TrkAlgebraUtils-20240430
into
main
Overview
3
Commits
1
Pipelines
1
Changes
2
Merged
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.TrkAlgebraUtils-20240430
into
main
11 months ago
Overview
3
Commits
1
Pipelines
1
Changes
2
Expand
Suppress cppcheck warning. Remove redundant attempt to avoid cppcheck warning.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0888321b
1 commit,
11 months ago
2 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Tracking/TrkAlignment/TrkAlgebraUtils/src/AlSpaMat.cxx
+
2
−
1
Options
/*
Copyright (C) 2002-202
2
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
*/
// Original Author: Anthony Morley (15Jan2007)
@@ -222,6 +222,7 @@ indices AlSpaMat::elem(long int i,long int j)
}
//______________________________________________________________________________
// cppcheck-suppress operatorEqVarError; m_ptr_row/col deliberately not copied.
AlSpaMat
&
AlSpaMat
::
operator
=
(
const
AlSpaMat
&
m
)
{
Loading