Changeset 11661

Show
Ignore:
Timestamp:
07/18/08 11:38:54 (3 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/shear.c

    r11644 r11661  
    14181418  status=MagickTrue; 
    14191419  image_view=AcquireCacheViewThreadSet(image); 
    1420 //  #pragma omp parallel for 
     1420  #pragma omp parallel for 
    14211421  for (y=0; y < (long) height; y++) 
    14221422  { 
     
    16121612  status=MagickTrue; 
    16131613  image_view=AcquireCacheViewThreadSet(image); 
    1614 //  #pragma omp parallel for 
     1614  #pragma omp parallel for 
    16151615  for (x=0; x < (long) width; x++) 
    16161616  {