Skip to content

Commit

Permalink
Update OrdinaryDiffEq.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 26, 2024
1 parent 7e69639 commit 9c667c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ using NonlinearSolve

# Required by temporary fix in not in-place methods with 12+ broadcasts
# `MVector` is used by Nordsieck forms
import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA
import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA, StaticMatrix

# Integrator Interface
import DiffEqBase: resize!, deleteat!, addat!, full_cache, user_cache, u_cache, du_cache,
Expand Down

0 comments on commit 9c667c4

Please sign in to comment.