diff options
Diffstat (limited to 'mbrot.c')
-rw-r--r-- | mbrot.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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++) |