From: Arnaud Giersch Date: Tue, 22 Nov 2011 13:28:20 +0000 (+0100) Subject: s/1/k/ X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/6251541ac73569f6be4f939decece227aed5655c s/1/k/ --- diff --git a/mandel/mandel.cpp b/mandel/mandel.cpp index 1e28693..c5fa28f 100644 --- a/mandel/mandel.cpp +++ b/mandel/mandel.cpp @@ -105,7 +105,7 @@ static void do_mandel(DrawingWindow& w, parameters& p) cr = p.Rmin; int x0 = 0; int i0 = check_point(p, cr, ci); - for (x = 1 ; x < w.width ; x += k) { + for (x = k ; x < w.width ; x += k) { cr = p.Rmin + x * p.Rscale; if (x % kk != 0 || y % kk != 0 || k == kmax) { int i = check_point(p, cr, ci);