diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-25 20:14:07 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-25 20:14:07 -0400 |
| commit | 2260c97d1a6f6d66f8e093988cb80db02b1c8b26 (patch) | |
| tree | 256f7daa1ed79c7af878dd7f9d16de7f69cc2ba9 /TODO.md | |
| parent | 8279af3c8b3916f27067d004e9c6130d03f8359e (diff) | |
update performance print to show more information
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ * [x] read/write grids to/from file * [ ] create image with libgd * [ ] create animation with libgd -* [ ] code refactor - * [ ] change functions so that complex_t is passed instead of complex from <complex.h> - * [ ] store the size of lower_left and upper_right before the values of lower_left and upper_right in the .grid format +* [x] code refactor + * [x] change functions so that complex_t is passed instead of complex from <complex.h> + * [x] store the size of lower_left and upper_right before the values of lower_left and upper_right in the .grid format * [x] write serial * [x] mandelbrot * [x] multibrot |
