Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 17, 2023
1 parent ced1c57 commit 0a45560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/include/Acts/TrackFitting/KalmanFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ class KalmanFitter {
result.passedAgainSurfaces.push_back(&st.referenceSurface());

// Reset navigation state
// We do not need to specify a target here since this will be handled
// separately in the KF actor
navigator.resetState(
state.navigation, state.geoContext, stepper.position(state.stepping),
state.options.direction * stepper.direction(state.stepping),
Expand Down

0 comments on commit 0a45560

Please sign in to comment.