Skip to content

Commit 3061a80

Browse files
jClugstorChrisRackauckas
authored andcommitted
spacing
1 parent 2fcd456 commit 3061a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/integrators/interface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function DiffEqBase.resize_non_user_cache!(integrator::DDEIntegrator,
203203
cache::RosenbrockMutableCache, i)
204204
cache.J = similar(cache.J, i, i)
205205
cache.W = similar(cache.W, i, i)
206+
206207
if cache.jac_config isa Tuple
207208
OrdinaryDiffEqDifferentiation.resize_jac_config!(cache, integrator)
208209
OrdinaryDiffEqDifferentiation.resize_grad_config!(cache, integrator)

0 commit comments

Comments
 (0)