There was an error while loading. Please reload this page.
2 parents 5240f6e + b7adbe5 commit 2bd1d68Copy full SHA for 2bd1d68
1 file changed
Detectors/Base/include/DetectorsBase/MatLayerCylSet.h
@@ -148,7 +148,7 @@ class MatLayerCylSet : public o2::gpu::FlatObject
148
static constexpr uint16_t VoxelAmbiguousBit = 0x8000u;
149
static constexpr uint16_t VoxelSegmentMask = 0x7fffu;
150
151
- uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
+ uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
152
bool mInitializedLayerVoxelLU = false; //! if the voxels have been initialized
153
154
ClassDefNV(MatLayerCylSet, 1);
0 commit comments