Skip to content

Commit 5cc78d9

Browse files
authored
Remvoe unecesasry Float64 specification
1 parent cceba61 commit 5cc78d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/continuous_famous_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ end
381381
ω, f, d, β = p
382382
dx1 = x[2]
383383
dx2 = f*cos*t) - β*x[1] - x[1]^3 - d * x[2]
384-
return SVector{2, Float64}(dx1, dx2)
384+
return SVector(dx1, dx2)
385385
end
386386
@inbounds function duffing_jacob(u, p, t)
387387
ω, f, d, β = p

0 commit comments

Comments
 (0)