Ok, now open loop is working, sc mass changed to state, and other updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user