Skip to content

23.0-cppcheck-dqm_algorithms

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

Solve cppcheck defects and in some cases introduce a 'median' lambda to avoid hand-written loops. defects: Opposite and nested 'if' conditions leading to dead code; unused variable (should have been incremented) various post-increment of iterators either replaced with an lagorithm or changed to pre-increment.

Merge request reports