Skip to content

Commit 3bac86f

Browse files
Avoid missing rule log
1 parent 0e5c23b commit 3bac86f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

GPU/GPUTracking/SectorTracker/GPUTPCBaseTrackParam.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ constexpr void swap(GPUTPCBaseTrackParamSkeleton<MemLayout::reference> a, GPUTPC
116116
swap(a.mP, b.mP);
117117
}
118118

119+
using GPUTPCBaseTrackParam = MemLayout::wrapper<GPUTPCBaseTrackParamSkeleton, MemLayout::value>;
120+
119121
} // namespace o2::gpu
120122

121123
#endif

GPU/GPUTracking/SectorTracker/GPUTPCTrack.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ constexpr void swap(GPUTPCTrackSkeleton<MemLayout::reference> a, GPUTPCTrackSkel
6666
swap(a.mParam, b.mParam);
6767
}
6868

69+
using GPUTPCTrack = MemLayout::wrapper<GPUTPCTrackSkeleton, MemLayout::value>;
70+
6971
} // namespace o2::gpu
7072

7173
namespace std {

0 commit comments

Comments
 (0)