Skip to content

Commit a8230b0

Browse files
committed
GPU TPCCF: Fix define (thx to Felix)
1 parent 37dd0fb commit a8230b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Definitions/clusterFinderDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ using ulong = unsigned long;
5151
#define TPC_FEC_IDS_IN_SECTOR 23296
5252
#define TPC_MAX_FRAGMENT_LEN_GPU 4000
5353
#define TPC_MAX_FRAGMENT_LEN_HOST 1000
54-
#define TPC_MAX_FRAGMENT_LEN_PADDED(size) (size + 2 * GPUCF_PADDING_TIME)
54+
#define TPC_MAX_FRAGMENT_LEN_PADDED(size) ((size) + 2 * GPUCF_PADDING_TIME)
5555
#define TPC_MAX_TIME_BIN_TRIGGERED 600
5656

5757
#if 0

0 commit comments

Comments
 (0)