Commit 030fa567 authored by Kirill Kornyakov's avatar Kirill Kornyakov

bugfix-for-3231

parent e1397f6c
......@@ -211,7 +211,7 @@ int main(int argc, const char* argv[])
#if defined(HAVE_OPENCV_OCL)
cout << "Mode : " << (useCuda ? "CUDA" : useOcl? "OpenCL" : "CPU") << endl;
#else
cout << "Mode : " << (useGpu ? "CUDA" : "CPU") << endl;
cout << "Mode : " << (useCuda ? "CUDA" : "CPU") << endl;
#endif
}
......
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