-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: comment and unify the creation and filling of trackStatePro…
…xy (KF) (#2499) Makes the generation and filling of the trackStateProxy, look the same at all places, where it occurs. I tried to make it more readable by updating the comments and adding more scopes for temporary variables that are used for the filling. This should make it more easy to understand what's going on for the next user, because now it is clearer that we are: 1. generating a trackstate 2. fetching values from the propagation 3. filling them in 4. adding flags
- Loading branch information
Showing
3 changed files
with
130 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters