aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/fractals.c
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-25 19:38:57 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-25 19:39:21 -0400
commit8279af3c8b3916f27067d004e9c6130d03f8359e (patch)
tree1ac611f438f392d3c8ba7a3f6d97ca1c9723e156 /src/fractals.c
parentf15d4cdb413d2fe28ff20cfccb784cf739aad8e6 (diff)
updated readme with grid generator usage
Diffstat (limited to 'src/fractals.c')
-rw-r--r--src/fractals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fractals.c b/src/fractals.c
index be8c917..6b4c67a 100644
--- a/src/fractals.c
+++ b/src/fractals.c
@@ -10,7 +10,9 @@
#include "precision.h"
#include "fractals.h"
+#ifndef NUM_RUNS
#define NUM_RUNS 5
+#endif
void print_usage(FILE* file, const char* program_name){
fprintf(file, "Usage: %s [-v] [-i iterations] [-x x_res] [-y y_res] [-z magnification] [-l lower_left] [-u upper_right] [-o output_grid] -f fractal\n", program_name);