1 parent 8ce1cc2 commit 5da2428Copy full SHA for 5da2428
1 file changed
Detectors/TRD/base/include/TRDBase/PadPlane.h
@@ -197,8 +197,8 @@ class PadPlane
197
GPUd() double getAnodeWireOffset() const { return mAnodeWireOffset; };
198
199
private:
200
- static constexpr int MAXCOLS = 144;
201
- static constexpr int MAXROWS = 16;
+ static GPUglobalconstexpr() int MAXCOLS = 144;
+ static GPUglobalconstexpr() int MAXROWS = 16;
202
203
int mLayer; // Layer number
204
int mStack; // Stack number
0 commit comments