Skip to content

InDetSurveyConstraintTool: Fix out-of-bounds matrix access.

covar matrix looks to be meant to be 6x6, not 5x5. Fixes a gcc10 warning about an out-of-bounds array access.

Merge request reports