Skip to content

Commit 2bd1d68

Browse files
authored
Merge pull request #64 from alibuild/alibot-cleanup-15712
Please consider the following formatting changes to #15712
2 parents 5240f6e + b7adbe5 commit 2bd1d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Base/include/DetectorsBase/MatLayerCylSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class MatLayerCylSet : public o2::gpu::FlatObject
148148
static constexpr uint16_t VoxelAmbiguousBit = 0x8000u;
149149
static constexpr uint16_t VoxelSegmentMask = 0x7fffu;
150150

151-
uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
151+
uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
152152
bool mInitializedLayerVoxelLU = false; //! if the voxels have been initialized
153153

154154
ClassDefNV(MatLayerCylSet, 1);

0 commit comments

Comments
 (0)