Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 28, 2023
1 parent 52ee225 commit f74959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/TrackFitting/GlobalChiSquareFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ class Gx2Fitter {
}

if (!aMatrixIsInvertible && gx2fOptions.nUpdateMax > 0) {
ACTS_ERROR("aMatrix is not invertible. This should not happen ever.");
ACTS_ERROR("aMatrix is not invertible.");
return Experimental::GlobalChiSquareFitterError::AIsNotInvertible;
}

Expand Down

0 comments on commit f74959d

Please sign in to comment.