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 7e69639 commit 9c667c4Copy full SHA for 9c667c4
src/OrdinaryDiffEq.jl
@@ -66,7 +66,7 @@ using NonlinearSolve
66
67
# Required by temporary fix in not in-place methods with 12+ broadcasts
68
# `MVector` is used by Nordsieck forms
69
-import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA
+import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA, StaticMatrix
70
71
# Integrator Interface
72
import DiffEqBase: resize!, deleteat!, addat!, full_cache, user_cache, u_cache, du_cache,
0 commit comments