Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 27, 2024
1 parent ca347fd commit 7e77113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tether_07.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function model(se)
eqs2 = vcat(eqs2, reduce(vcat, eqs))
end
# scalar equations
eqs = [l_spring ~ (se.l0 + se.v_ro*t)/se.segments,
eqs = [l_spring ~ (se.l0 + se.v_ro*t) / se.segments,
c_spring ~ se.c_spring / l_spring,
m_tether_particle ~ mass_per_meter * l_spring,
damping ~ se.damping / l_spring]
Expand Down

0 comments on commit 7e77113

Please sign in to comment.