From 81dc61d0d7b17de6944ceb55ae3c7a3f3176731d Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 21 Apr 2024 01:10:40 -0400 Subject: implemented shared versions --- src/serial-fractals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serial-fractals.c') diff --git a/src/serial-fractals.c b/src/serial-fractals.c index bd4bc02..718fccb 100644 --- a/src/serial-fractals.c +++ b/src/serial-fractals.c @@ -1,6 +1,6 @@ -#include #include "fractals.h" #include "grids.h" + /* * Computes the number of iterations it takes for a point z0 to diverge * if the return value is equal to max_iterations, the point lies within the mandelbrot set -- cgit v1.2.3