Skip to content

Commit f2d261c

Browse files
mconcasdavidrohr
authored andcommitted
Fix default declaration
1 parent 41e087c commit f2d261c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TimeFrameGPU.cu

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ void TimeFrameGPU<NLayers>::initialise(const int iteration,
164164
}
165165

166166
template <int NLayers>
167-
TimeFrameGPU<NLayers>::~TimeFrameGPU()
168-
{
169-
}
167+
TimeFrameGPU<NLayers>::~TimeFrameGPU() = default;
170168

171169
template <int NLayers>
172170
void TimeFrameGPU<NLayers>::checkBufferSizes()
@@ -193,4 +191,4 @@ void TimeFrameGPU<NLayers>::checkBufferSizes()
193191
template class TimeFrameGPU<7>;
194192
} // namespace gpu
195193
} // namespace its
196-
} // namespace o2
194+
} // namespace o2

0 commit comments

Comments
 (0)