TrkExTools: Fix cppcheck warnings.
Remove redundant comparisons.
Merge request reports
Activity
This merge request affects 1 package:
- Tracking/TrkExtrapolation/TrkExTools
This merge request affects 1 file:
- Tracking/TrkExtrapolation/TrkExTools/src/MaterialEffectsUpdator.cxx
Adding @amorley as watcher
added Tracking master review-pending-level-1 labels
CI Result SUCCESS (hash 950e08d8)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 30093]added review-pending-level-2 label and removed review-pending-level-1 label
- Resolved by Thomas James Neep
This change of course does not change the function of the code at all (mpars must be non-null because it was dereferenced, so (mpars||X) is redundant for any X), but perhaps the original code was buggy. (Was && meant instead of ||?)
added review-pending-level-1 label and removed review-pending-level-2 label
added review-approved label and removed review-pending-level-1 label
mentioned in commit 1097a24a
added sweep:ignore label