]> granicus.if.org Git - imagemagick/commitdiff
Disabled debug block.
authordirk <dirk@git.imagemagick.org>
Fri, 24 Oct 2014 19:59:02 +0000 (19:59 +0000)
committerdirk <dirk@git.imagemagick.org>
Fri, 24 Oct 2014 19:59:02 +0000 (19:59 +0000)
MagickCore/distort.c

index e4202ba4bf85a629cd8ff97ba72f32865730beed..0e13c4b8bb56f66315bf1e2f844722bf6bf8bfb3 100644 (file)
@@ -2618,7 +2618,7 @@ if ( i == 0 && j == 0 ) {
               /* derivatives...  (see Anthony Thyssen's personal notes) */
               ScaleFilter( resample_filter[id],
                     cx*cx, 0.0, s.y*cx/coeff[1], cx );
-#if 1
+#if 0
 /*if ( i == 0 && j == 0 )*/
 if ( d.x == 0.5 && d.y == 0.5 ) {
   fprintf(stderr, "x=%lf  y=%lf  u=%lf  v=%lf\n", d.x*coeff[1], d.y, s.x, s.y);