Commit c11502cf authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1333 from kirill-kornyakov:bugfix-for-3231

parents 9bb1a7d3 030fa567
......@@ -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