Skip to content

Commit de023a8

Browse files
committed
gpu
1 parent e23f394 commit de023a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int32_t GPUReconstructionCUDA::GPUChkErrInternal(const int64_t error, const char
8787

8888
GPUReconstruction* GPUReconstruction_Create_CUDA(const GPUSettingsDeviceBackend& cfg) { return new GPUReconstructionCUDA(cfg); }
8989

90-
void GPUReconstructionCUDA::GetITSTraits(std::unique_ptr<o2::its::TrackerTraits>* trackerTraits, std::unique_ptr<o2::its::VertexerTraits>* vertexerTraits, std::unique_ptr<o2::its::TimeFrame>* timeFrame)
90+
void GPUReconstructionCUDA::GetITSTraits(std::unique_ptr<o2::its::TrackerTraits<7>>* trackerTraits, std::unique_ptr<o2::its::VertexerTraits>* vertexerTraits, std::unique_ptr<o2::its::TimeFrame<7>>* timeFrame)
9191
{
9292
if (trackerTraits) {
9393
trackerTraits->reset(new o2::its::TrackerTraitsGPU);

0 commit comments

Comments
 (0)