Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Dec 28, 2023
1 parent d61593f commit 7b9fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL/TrackCandidate.h
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ namespace SDL {
for (int pixelArrayIndex = globalThreadIdx[2]; pixelArrayIndex < nPixels;
pixelArrayIndex += gridThreadExtent[2]) {
#ifdef TC_PLS_TRIPLETS
if(segmentsInGPU.isDup[pixelArrayIndex])
if (segmentsInGPU.isDup[pixelArrayIndex])
#else
if ((!segmentsInGPU.isQuad[pixelArrayIndex]) || (segmentsInGPU.isDup[pixelArrayIndex]))
#endif
Expand Down

0 comments on commit 7b9fbd4

Please sign in to comment.