Skip to content

Commit 438720f

Browse files
committed
ITS: GPU: use non-templated trackinginterface
1 parent b122510 commit 438720f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/Workflow/src/GPUWorkflowITS.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int32_t GPURecoWorkflowSpec::runITSTracking(o2::framework::ProcessingContext& pc
3131
{
3232
mITSTimeFrame->setDevicePropagator(mGPUReco->GetDeviceO2Propagator());
3333
LOGP(debug, "GPUChainITS is giving me device propagator: {}", (void*)mGPUReco->GetDeviceO2Propagator());
34-
mITSTrackingInterface->run<true>(pc);
34+
mITSTrackingInterface->run(pc);
3535
return 0;
3636
}
3737

0 commit comments

Comments
 (0)