Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reykboerner committed Oct 16, 2024
1 parent 525c6a1 commit 4e8366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RateSystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function RateSystem(tni,tnf,f,λ,p_λ,initvals)
func(u,p,t) = combined_system(u,t,tni,tnf,f,λ,p_λ);
return ContinuousDynamicalSystem(func, initvals, Float64[], t0=tni)
return ContinuousTimeDynamicalSystem(func, initvals, Float64[], t0=tni)
end

function combined_system(u,t,tni,tnf,f,λ,p_λ)
Expand Down

0 comments on commit 4e8366c

Please sign in to comment.