aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fractal-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index c647ad5..edda171 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
x = (size/cores)+1;
else
x = (size/cores);
-
+
x *= size;
x = ceilf((double)x/clust_total);