Skip to content

Commit

Permalink
Removed extra lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazadi committed Mar 30, 2024
1 parent ce3f139 commit 253bb24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions models/dynamics.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import GLMakie
using LinearAlgebra
using Serialization
using ModelingToolkit, DifferentialEquations, Latexify
Expand Down Expand Up @@ -31,11 +30,6 @@ version = "r₀=$(r₀)_λ₀=$(float(real(λ₀)))_$(operator)_𝑖$(abs(float(
modelname = "segment26_gamma3_$version"
L = 10.0 # max x range
L′ = -L
= [0.0; 0.0; 1.0]
α = 0.2
markersize = 0.04
linewidth = 8.0
arrowsize = GLMakie.Vec3f(0.02, 0.02, 0.04)


getλ(s) = λ₀ + r₀ * exp(im * (s + ϕ₀))
Expand Down

0 comments on commit 253bb24

Please sign in to comment.