We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a64914 commit 2c07a3dCopy full SHA for 2c07a3d
1 file changed
GPU/GPUTracking/DataTypes/GPUDataTypes.h
@@ -207,7 +207,7 @@ struct GPUTrackingInOutDigits {
207
static constexpr unsigned int NSLICES = GPUDataTypes::NSLICES;
208
const o2::tpc::Digit* tpcDigits[NSLICES] = {nullptr};
209
size_t nTPCDigits[NSLICES] = {0};
210
- GPUTPCDigitsMCInput* tpcDigitsMC;
+ GPUTPCDigitsMCInput* tpcDigitsMC = nullptr;
211
};
212
213
struct GPUTrackingInOutPointers {
0 commit comments