aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:07:49 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:07:49 +1200
commit182f093d29a1c7d12e919cd896cf63e041b3e011 (patch)
tree47976194ed9f61a84c2e98f984a014b9910d4349 /fractal-gen.h
parentedd0f88981fda8429e175e582152946666c0cf7e (diff)
downloadfractal-gen-182f093d29a1c7d12e919cd896cf63e041b3e011.tar.xz
Tidy up declarations
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index a25063f..3ae5c89 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -46,7 +46,8 @@ unsigned int clust_total;
unsigned int size;
unsigned int iterat;
double power;
-
+double thread_mult = 0.f; /* number to multiply available cores by to get thread count */
+char *argv0 = NULL;
typedef void* (*generator_func)(void *);