Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Sep 27, 2023
1 parent aa81a9b commit 4794408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/python3/ezc3d_python.i
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ PyArrayObject *helper_getPyArrayObject( PyObject *input, int type) {
pt.residual(res);

std::vector<bool> cameraMask;
for(int j = 0; j < 7; ++j){
for(size_t j = 0; j < 7; ++j){
const int cam = *static_cast<int*>(PyArray_GETPTR3(cameraMasksData, j, i, f));
cameraMask.push_back(cam != 0);
}
Expand Down

0 comments on commit 4794408

Please sign in to comment.