I THINK that the single shooter is ok. I can always improve it later

This commit is contained in:
rconnorjohnstone
2021-06-17 23:36:50 -06:00
parent 2c39c34f01
commit 966f954528
13 changed files with 170 additions and 61 deletions

View File

@@ -10,6 +10,8 @@ include("../main.jl")
include("laguerre-conway.jl")
include("propagator.jl")
include("plotting.jl")
include("result.jl")
include("single_shoot.jl")
end
print()