Skip to content

Commit 7c47304

Browse files
committed
Declaring CfChargePos as struct, not class
1 parent a545f08 commit 7c47304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace o2::gpu
2929

3030
class ClusterAccumulator;
3131
class MCLabelAccumulator;
32-
class CfChargePos;
32+
struct CfChargePos;
3333
class PackedCharge;
3434

3535
class GPUTPCNNClusterizerKernels : public GPUKernelTemplate

0 commit comments

Comments
 (0)