Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GPU/GPUTracking/Base/GPUReconstructionIncludesITS.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ class VertexerTraitsGPU : public VertexerTraits
{
};
template <int32_t NLayers = 7>
class TrackerTraitsGPU : public TrackerTraits
class TrackerTraitsGPU : public TrackerTraits<NLayers>
{
};
namespace gpu
{
template <int32_t NLayers = 7>
class TimeFrameGPU : public TimeFrame
class TimeFrameGPU : public TimeFrame<NLayers>
{
};
} // namespace gpu
Expand Down