summaryrefslogtreecommitdiffstats
path: root/src/FractalExplorer.jl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-26 00:20:22 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-26 00:20:22 -0400
commit2a174cf7a918637af3f84bf47b2f720dcbc742fe (patch)
tree8cbeb35ad21272bf59af3feda1cf85fe0fbf7bb7 /src/FractalExplorer.jl
parent3848e2ece1caabc66af3881599e570d752957888 (diff)
downloadjulia-fractals-2a174cf7a918637af3f84bf47b2f720dcbc742fe.tar.gz
julia-fractals-2a174cf7a918637af3f84bf47b2f720dcbc742fe.zip
refactor
this should be able to support both mandelbrot and julia sets
Diffstat (limited to 'src/FractalExplorer.jl')
-rw-r--r--src/FractalExplorer.jl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FractalExplorer.jl b/src/FractalExplorer.jl
new file mode 100644
index 0000000..80142cf
--- /dev/null
+++ b/src/FractalExplorer.jl
@@ -0,0 +1,3 @@
+module FractalExplorer
+include("fractal.jl")
+end