diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-21 01:10:40 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-21 01:10:40 -0400 |
| commit | 81dc61d0d7b17de6944ceb55ae3c7a3f3176731d (patch) | |
| tree | b2b253021ac60bc64c070ba2214f6055ae9e6a6a /src/serial-fractals.c | |
| parent | c3415b624e5f80615a58002e37c5edc19721101e (diff) | |
implemented shared versions
Diffstat (limited to 'src/serial-fractals.c')
| -rw-r--r-- | src/serial-fractals.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <complex.h> #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 |
