File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -936,10 +936,10 @@ int GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
936936 }
937937 }
938938
939- if (mWaitForFinalInputs && iSliceBase >= 21 && iSliceBase < 21 + GetProcessingSettings ().nTPCClustererLanes ) {
939+ if (mWaitForFinalInputs && iSliceBase >= 21 && ( int ) iSliceBase < 21 + GetProcessingSettings ().nTPCClustererLanes ) {
940940 notifyForeignChainFinished ();
941941 }
942- if (mWaitForFinalInputs && iSliceBase >= 30 && iSliceBase < 30 + GetProcessingSettings ().nTPCClustererLanes ) {
942+ if (mWaitForFinalInputs && iSliceBase >= 30 && ( int ) iSliceBase < 30 + GetProcessingSettings ().nTPCClustererLanes ) {
943943 mWaitForFinalInputs ();
944944 synchronizeCalibUpdate = DoQueuedUpdates (0 , false );
945945 }
You can’t perform that action at this time.
0 commit comments