diff --git a/funcs/contour2x2.c b/funcs/contour2x2.c index 0c3add9..52bc00b 100644 --- a/funcs/contour2x2.c +++ b/funcs/contour2x2.c @@ -9,7 +9,7 @@ #include "../floatimg.h" -int verbosity; +extern int verbosity; /* --------------------------------------------------------------------- */ /* nouveau 4 octobre 2020, juste avant sonoptic de la pluie craignos */ @@ -41,7 +41,6 @@ if (fimg_images_not_compatible(psrc, pdst)) { return -8; } - if (reverse) { v1 = 0.0; v2 = 1.0; }