Skip to content

Commit cefe787

Browse files
committed
Bug-fix
1 parent afbdade commit cefe787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ GPUdii() void GPUTPCNNClusterizerKernels::Thread<GPUTPCNNClusterizerKernels::pub
305305
peak.row(),
306306
clusterer.mNMaxClusterPerRow,
307307
clusterer.mPclusterInRow,
308-
clusterOut,
309-
full_glo_idx);
308+
clusterOut);
310309
if (clusterer.mPclusterPosInRow != nullptr) {
311310
clusterer.mPclusterPosInRow[full_glo_idx] = rowIndex;
312311
}

0 commit comments

Comments
 (0)