]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 21 Oct 2010 16:24:59 +0000 (16:24 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 21 Oct 2010 16:24:59 +0000 (16:24 +0000)
magick/shear.c

index 959132dd65e185842ea176b036867cf8e2d605a6..e40611544feb57ae88a4c74215d5f1f0e83f8a21 100644 (file)
@@ -1084,7 +1084,7 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations,
       */
       GetPixelCacheTileSize(image,&tile_width,&tile_height);
 #if defined(MAGICKCORE_OPENMP_SUPPORT) 
-  #pragma omp parallel for schedule(static,1) shared(progress, status) om_throttle(1)
+  #pragma omp parallel for schedule(static,1) shared(progress, status) omp_throttle(1)
 #endif
       for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height)
       {