Skip to content

Commit 5da2428

Browse files
committed
TRD: more program-scope variables fixes
1 parent 8ce1cc2 commit 5da2428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Detectors/TRD/base/include/TRDBase/PadPlane.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ class PadPlane
197197
GPUd() double getAnodeWireOffset() const { return mAnodeWireOffset; };
198198

199199
private:
200-
static constexpr int MAXCOLS = 144;
201-
static constexpr int MAXROWS = 16;
200+
static GPUglobalconstexpr() int MAXCOLS = 144;
201+
static GPUglobalconstexpr() int MAXROWS = 16;
202202

203203
int mLayer; // Layer number
204204
int mStack; // Stack number

0 commit comments

Comments
 (0)