Skip to content

Commit

Permalink
Cleanup Kap_07_Taschenuhr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Schenk committed May 6, 2024
1 parent 22bb66a commit 4ccfb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textbook-codes/Kap_07_Taschenuhr.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#-- Kap_07_Taschenuhr.jl
using DifferentialEquations, Plots

include("rk3_simple.jl")
include("Kap_07_RK3simple.jl")

function dgl_uhr!(dy,y,p,t)
#-- dy wird inplace geändert
Expand Down

0 comments on commit 4ccfb94

Please sign in to comment.