Skip to content

TrkDetDescrTools: Avoid potential FPE with clang.

It was specualting division, leading to a div-by-zero exception. Fixes test failure in SCT_Monitoring in the clang build.

Merge request reports