Skip to content

Commit b0e8923

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-14272
Please consider the following formatting changes to #14272
2 parents 4a7cd21 + 507b3d6 commit b0e8923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ GPUd() uint32_t GPUTPCNNClusterizerKernels::sortIntoBuckets(GPUTPCClusterFinder&
328328
if (index < maxElemsPerBucket) {
329329
buckets[maxElemsPerBucket * row + index] = cluster;
330330
} else {
331-
printf("ERROR AR THREADIDX: full_glo_idx %d with row %d. Cluster features: %f %f %f %f %f %f \n", full_glo_idx, row,cluster.getPad(), cluster.getTime(), cluster.getQtot(), cluster.getQmax(), cluster.getSigmaPad(), cluster.getSigmaTime());
331+
printf("ERROR AR THREADIDX: full_glo_idx %d with row %d. Cluster features: %f %f %f %f %f %f \n", full_glo_idx, row, cluster.getPad(), cluster.getTime(), cluster.getQtot(), cluster.getQmax(), cluster.getSigmaPad(), cluster.getSigmaTime());
332332
clusterer.raiseError(GPUErrors::ERROR_CF_ROW_CLUSTER_OVERFLOW, clusterer.mISector * 1000 + row, index, maxElemsPerBucket);
333333
CAMath::AtomicExch(&elemsInBucket[row], maxElemsPerBucket);
334334
}

0 commit comments

Comments
 (0)