Skip to content

Commit 5817ed1

Browse files
fweigdavidrohr
authored andcommitted
GPU: Fix standalone compilation with ITS code.
1 parent 396cbe4 commit 5817ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Base/GPUReconstructionIncludesITS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ class VertexerTraitsGPU : public VertexerTraits
4242
{
4343
};
4444
template <int32_t NLayers = 7>
45-
class TrackerTraitsGPU : public TrackerTraits
45+
class TrackerTraitsGPU : public TrackerTraits<NLayers>
4646
{
4747
};
4848
namespace gpu
4949
{
5050
template <int32_t NLayers = 7>
51-
class TimeFrameGPU : public TimeFrame
51+
class TimeFrameGPU : public TimeFrame<NLayers>
5252
{
5353
};
5454
} // namespace gpu

0 commit comments

Comments
 (0)