Commit cdb16f11 authored by peng xiao's avatar peng xiao

Fix build error

parent d85f27b5
...@@ -350,7 +350,7 @@ int main(int argc, char* argv[]) ...@@ -350,7 +350,7 @@ int main(int argc, char* argv[])
else else
{ {
bool result = false; bool result = false;
for(int i = 0; i < cpu_corner.size(); i++) for(size_t i = 0; i < cpu_corner.size(); i++)
{ {
if((std::abs(cpu_corner[i].x - gpu_corner[i].x) > 10) if((std::abs(cpu_corner[i].x - gpu_corner[i].x) > 10)
||(std::abs(cpu_corner[i].y - gpu_corner[i].y) > 10)) ||(std::abs(cpu_corner[i].y - gpu_corner[i].y) > 10))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment