From 957f01b893809e212e16b66bd77491180e618952 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 17 Nov 2016 22:14:27 +1300 Subject: Change main argument variables from uint to ulong --- fractal-gen.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fractal-gen.h') diff --git a/fractal-gen.h b/fractal-gen.h index fb70e58..d3c1e34 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -49,11 +49,11 @@ typedef struct data_section_s { pthread_t thread; } data_section; -unsigned int threads; -unsigned int clust_id; -unsigned int clust_total; -unsigned int size; -unsigned int iterat; +unsigned long threads; +unsigned long clust_id; +unsigned long clust_total; +unsigned long size; +unsigned long iterat; double power; double thread_mult; /* number to multiply available cores by to get thread count */ char *argv0; -- cgit v1.1