We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be72b12 commit a08bdb8Copy full SHA for a08bdb8
1 file changed
GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu
@@ -87,7 +87,7 @@ int32_t GPUReconstructionCUDA::GPUChkErrInternal(const int64_t error, const char
87
88
GPUReconstruction* GPUReconstruction_Create_CUDA(const GPUSettingsDeviceBackend& cfg) { return new GPUReconstructionCUDA(cfg); }
89
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)
+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)
91
{
92
if (trackerTraits) {
93
trackerTraits->reset(new o2::its::TrackerTraitsGPU);
0 commit comments