Skip to content

CalibrationDataInterface: Fix clang warning.

Use std::abs(), not abs() --- otherwise, we get the integer version. Also, we only need one std::abs() call --- doing it for both the numerator and denominator is redundant.

Merge request reports