File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
GPU/GPUTracking/TPCClusterFinder Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ GPUdii() void GPUTPCNNClusterizerKernels::Thread<GPUTPCNNClusterizerKernels::fil
6565
6666 CfArray2D<PackedCharge> chargeMap (reinterpret_cast <PackedCharge*>(clusterer.mPchargeMap ));
6767 CfArray2D<uint8_t > isPeakMap (clusterer.mPpeakMap );
68- CfChargePos peak = clusterer.mPfilteredPeakPositions [CAMath::Min (glo_idx + batchStart, clusterer.mPmemory ->counters .nClusters - 1 )];
68+ CfChargePos peak = clusterer.mPfilteredPeakPositions [CAMath::Min (glo_idx + batchStart, ( uint32_t )( clusterer.mPmemory ->counters .nClusters - 1 ) )];
6969 int32_t row = static_cast <int >(peak.row ());
7070 int32_t pad = static_cast <int >(peak.pad ());
7171 int32_t time = static_cast <int >(peak.time ());
You can’t perform that action at this time.
0 commit comments