Skip to content

Commit

Permalink
Satisfy quality rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 8, 2024
1 parent 496280b commit 5845ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracker/me/src/moving-edges/vpMe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static bool clipping(vpPoint2Dt A, vpPoint2Dt B, double Xmin, double Ymin, doubl
vpPoint2Dt P[nbP];
P[0] = A;
P[1] = B;
int code_P[nbP], // codes de P[n]
unsigned int code_P[nbP], // codes de P[n]
i, bit_i, // i -> (0000100...)
n;

Expand Down

0 comments on commit 5845ea2

Please sign in to comment.