Skip to content

Commit b28b2ee

Browse files
authored
Fix the soa comparator (#1012)
1 parent c794e34 commit b28b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/run/cuda/seq_example_cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ int seq_run(const traccc::opts::detector& detector_opts,
493493
const_proxy_type>{
494494
vecmem::get_data(measurements_per_event),
495495
vecmem::get_data(measurements_per_event_cuda)}};
496-
compare_track_candidates(
496+
compare_resolved_track_candidates(
497497
vecmem::get_data(res_track_candidates),
498498
vecmem::get_data(res_track_candidates_cuda));
499499

0 commit comments

Comments
 (0)