commit | ddacdd1e1792a764ee0aa75ba349759ee73f46df | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon May 07 23:08:14 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon May 07 23:08:14 2012 +0000 |
tree | 00d0f15047b4f008f819489ddbeb508344d0ccc9 | |
parent | 9caad06613f826503dddb02de04a818107263c7a [diff] [blame] |
diff --git a/coders/hald.c b/coders/hald.c index d14078d..236e58f 100644 --- a/coders/hald.c +++ b/coders/hald.c
@@ -127,7 +127,7 @@ image->rows=(size_t) (level*cube_size); #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static,8) shared(status) \ - dynamic_num_threads_dos(image->columns,image->rows) + dynamic_number_threads(image->columns,image->rows,1) #endif for (y=0; y < (ssize_t) image->rows; y+=(ssize_t) level) {