Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 31, 2023
1 parent ddcd9d4 commit 3f0d9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/TrackFitting/KalmanFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ class KalmanFitter {
const navigator_t& navigator,
const MaterialUpdateStage& updateStage) const {
// Protect against null surface
if (not surface) {
if (!surface) {
ACTS_VERBOSE(
"Surface is nullptr. Cannot be used for material interaction");
return;
Expand Down

0 comments on commit 3f0d9af

Please sign in to comment.