Skip to content

Commit 7da247e

Browse files
committed
update to detray v0.104.1
1 parent ddc2084 commit 7da247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/traccc/finding/details/combinatorial_kalman_filter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ combinatorial_kalman_filter(
143143

144144
for (unsigned int step = 0u; step < config.max_track_candidates_per_track;
145145
step++) {
146-
146+
147147
TRACCC_VERBOSE("Starting step "
148148
<< step + 1 << " / "
149149
<< config.max_track_candidates_per_track);

0 commit comments

Comments
 (0)