pull/85/head
Anatoly Baksheev 12 years ago
parent 275ab53ebc
commit d681717702
  1. 1
      modules/core/src/parallel.cpp

@ -322,6 +322,7 @@ int cv::getNumThreads(void)
void cv::setNumThreads( int threads )
{
(void)threads;
#ifdef HAVE_PARALLEL_FRAMEWORK
numThreads = threads;
#endif

Loading…
Cancel
Save