Skip to content

Commit

Permalink
Statement for OpenMP in cImage::UpdatePreview has to be commented out,
Browse files Browse the repository at this point in the history
because slows down a lot refreshing of image inder Windows.
  • Loading branch information
buddhi1980 committed Aug 3, 2016
1 parent debebf1 commit 5f34f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mandelbulber2/src/cimage.cpp
Expand Up @@ -448,9 +448,9 @@ void cImage::UpdatePreview(QList<int> *list)
}
}

#ifndef WIN32
#pragma omp parallel for
#endif
//#ifndef WIN32
//#pragma omp parallel for
//#endif
for (int x = 0; x < w; x++)
{
int R = 0;
Expand Down

0 comments on commit 5f34f7f

Please sign in to comment.