From 1a29bd3128c9adfaf32a2dc9bdac5b444d5865ff Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 8 Apr 2016 12:17:31 +1200 Subject: Remove initialisation of variables from header --- fractal-gen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fractal-gen.h') diff --git a/fractal-gen.h b/fractal-gen.h index 3ae5c89..6b099d9 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -46,8 +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; +double thread_mult; /* number to multiply available cores by to get thread count */ +char *argv0; typedef void* (*generator_func)(void *); -- cgit v1.1