Skip to content

Commit

Permalink
MAINT: make CI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddkiva committed Jul 22, 2022
1 parent 438578a commit e9a6ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/examples/Sara/ImageProcessing/optical_flow_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ int __main(int argc, char** argv)
// Draw the sparse flow field.
if (!flow_estimator._I0.empty())
{
#pragma omp parallel for
// #pragma omp parallel for
for (auto i = 0u; i != corners.size(); ++i)
{
const auto& v = flow_vectors[i];
Expand Down

0 comments on commit e9a6ab1

Please sign in to comment.