We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5024de commit 6279348Copy full SHA for 6279348
1 file changed
Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TimeFrameGPU.h
@@ -104,7 +104,7 @@ class TimeFrameGPU : public TimeFrame<NLayers>
104
105
/// interface
106
virtual bool isGPU() const noexcept final { return true; }
107
- virtual const char* getName() const noexcept { return "GPU"; }
+ virtual const char* getName() const noexcept override final { return "GPU"; }
108
IndexTableUtilsN* getDeviceIndexTableUtils() { return mIndexTableUtilsDevice; }
109
const auto getDeviceROFOverlapTableView() { return mDeviceROFOverlapTableView; }
110
const auto getDeviceROFVertexLookupTableView() { return mDeviceROFVertexLookupTableView; }
0 commit comments