Skip to content

23.0-cppcheck-MuonGeoModelTest

Shaun Roe requested to merge sroe/athena:23.0-cppcheck-MuonGeoModelTest into master

correct cppcheck defects in all categories. Primarily one warning about redundant nullptr check (removed; the pointer had already been dereferenced) and 'performance' defects of post increment vs pre increment.

Merge request reports