Skip to content

Commit 507b3d6

Browse files
committed
Please consider the following formatting changes
1 parent 4a7cd21 commit 507b3d6

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)