Ok, now open loop is working, sc mass changed to state, and other updates

This commit is contained in:
Connor
2021-09-21 22:14:49 -06:00
parent 982440c976
commit eaae54ac59
16 changed files with 320 additions and 373 deletions

View File

@@ -1,4 +1,4 @@
function laguerre_conway(state::Vector{T}, μ::Float64, time::Float64) where T
function laguerre_conway(state::Vector{<:Real}, μ::Float64, time::Float64)
n = 5 # Choose LaGuerre-Conway "n"
i = 0