aboutsummaryrefslogtreecommitdiff
path: root/mbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbrot.c')
-rw-r--r--mbrot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbrot.c b/mbrot.c
index fb7d668..6722b55 100644
--- a/mbrot.c
+++ b/mbrot.c
@@ -8,7 +8,6 @@ void *generate_mbrot_section(void *section)
double a,b;
double complex z,c;
-
for (y = d->core, b = (d->core*(3.5f/d->size)-1.75f); y < d->size; b+=((d->cores*3.5f)/d->size), y+=d->cores)
{
for (x = 0, a = -2.5f; x < d->size; a+=(3.5f/d->size), x++)