File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,7 @@ full_chain_algorithm::output_type full_chain_algorithm::operator()(
229229 const spacepoint_formation_algorithm::output_type spacepoints =
230230 m_spacepoint_formation (m_device_detector, measurements);
231231
232- seeding_algorithm::output_type seeds;
233-
232+ triplet_seeding_algorithm::output_type seeds;
234233 if (usingGBTS) {
235234 seeds = m_gbts_seeding (spacepoints, measurements);
236235 }
@@ -290,7 +289,7 @@ bound_track_parameters_collection_types::host full_chain_algorithm::seeding(
290289 const spacepoint_formation_algorithm::output_type spacepoints =
291290 m_spacepoint_formation (m_device_detector, measurements);
292291
293- seeding_algorithm ::output_type seeds;
292+ triplet_seeding_algorithm ::output_type seeds;
294293 if (usingGBTS) {
295294 seeds = m_gbts_seeding (spacepoints, measurements);
296295 } else {
You can’t perform that action at this time.
0 commit comments