We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129a596 commit c7e33dfCopy full SHA for c7e33df
examples/ODE_example.jl
@@ -1,6 +1,7 @@
1
using ComponentArrays
2
using DifferentialEquations
3
-using Parameters: @unpack
+using UnPack: @unpack
4
+
5
6
7
tspan = (0.0, 20.0)
examples/ODE_jac_example.jl
@@ -1,6 +1,6 @@
0 commit comments