diff --git a/imgs/twopaths.png b/imgs/twopaths.png deleted file mode 100644 index 5fc1838..0000000 Binary files a/imgs/twopaths.png and /dev/null differ diff --git a/recon/mandelbrot_tests/c/main.c b/recon/mandelbrot_tests/c/main.c index 99154aa..7505421 100644 --- a/recon/mandelbrot_tests/c/main.c +++ b/recon/mandelbrot_tests/c/main.c @@ -582,7 +582,8 @@ int main() { printf("Unoptimized: %u iterations, %f seconds\n", unoptimized_iters, time_unoptimized); begin = clock(); - unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized); + //unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized); + unsigned int optimized_iters = 0; end = clock(); time_optimized = (double)(end - begin) / CLOCKS_PER_SEC; diff --git a/recon/mandelbrot_tests/c/mandelbrot b/recon/mandelbrot_tests/c/mandelbrot index 328ecf6..b45217d 100755 Binary files a/recon/mandelbrot_tests/c/mandelbrot and b/recon/mandelbrot_tests/c/mandelbrot differ diff --git a/writeup/pretty.png b/writeup/pretty.png new file mode 100644 index 0000000..d50e278 Binary files /dev/null and b/writeup/pretty.png differ