Skip to content

Commit aaef7e9

Browse files
committed
Please consider the following formatting changes
1 parent d19df0f commit aaef7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackingKernels.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ void processNeighboursHandler(const int startLayer,
12301230
12311231
int level = startLevel;
12321232
thrust::device_vector<int, gpu::TypedAllocator<int>> lastCellId(allocInt);
1233-
thrust::device_vector<CellSeed,gpu::TypedAllocator<CellSeed>> lastCellSeed(allocCellSeed);
1233+
thrust::device_vector<CellSeed, gpu::TypedAllocator<CellSeed>> lastCellSeed(allocCellSeed);
12341234
for (int iLayer{startLayer - 1}; iLayer > 0 && level > 2; --iLayer) {
12351235
lastCellSeed.swap(updatedCellSeed);
12361236
lastCellId.swap(updatedCellId);

0 commit comments

Comments
 (0)