diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-10 15:28:39 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-10 15:28:39 +1200 |
commit | c98f1b9ca4ab0c3f1d36087d7b4d9c17d2190685 (patch) | |
tree | 2bf93effd217dbf30c7c93fc1008a55fda719b01 /fractal-gen.c | |
parent | b0401d624b092eed6a2e9d7a4b1be9ccf59c0de4 (diff) | |
download | fractal-gen-c98f1b9ca4ab0c3f1d36087d7b4d9c17d2190685.tar.xz |
Fixed broken algo
Diffstat (limited to 'fractal-gen.c')
-rw-r--r-- | fractal-gen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fractal-gen.c b/fractal-gen.c index 10803d9..7fe7b58 100644 --- a/fractal-gen.c +++ b/fractal-gen.c @@ -17,6 +17,7 @@ int main(int argc, char **argv) struct section_generator generators[] = { { "mandelbrot-gen" , &generate_mandelbrot_section }, { "burning-ship-gen" , &generate_burning_ship_section }, + { "burning-ship-lattice-gen" , &generate_burning_ship_lattice_section }, { "tricorn-gen" , &generate_tricorn_section } }; |