Skip to content

23.0-cppcheck-CscCalibAlgs

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

Suppress one false positive, mistaking '<<' for a left shift. Address postfix/prefx increment largely by converting code to range-based loops. replace hand rolled find min/max of vector with the std::minmax_element algorithm.

Edited by Shaun Roe

Merge request reports

Loading