Skip to content

Commit ce07778

Browse files
committed
Fix warning
1 parent 92f1cdb commit ce07778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples_3d/parking_4p.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if ! ("KiteViewers" ∈ keys(Pkg.project().dependencies))
1414
end
1515
using Timers; tic()
1616
using KiteModels, KitePodModels, Rotations, StaticArrays
17-
using OrdinaryDiffEqCore: ODEIntegrator
1817
using KiteViewers
1918
using ControlPlots: plot, plot2d, plotx
2019
toc()
@@ -101,7 +100,7 @@ function simulate(integrator, steps, plot=PLOT)
101100
end
102101
toc()
103102

104-
integrator::ODEIntegrator = KiteModels.init!(kps4, delta=0.001, stiffness_factor=0.1, prn=STATISTIC)
103+
integrator = KiteModels.init!(kps4, delta=0.001, stiffness_factor=0.1, prn=STATISTIC)
105104
toc()
106105

107106
println("\nStarting simulation...")

0 commit comments

Comments
 (0)