Skip to content

Commit cbdc73f

Browse files
committed
fix
1 parent e042495 commit cbdc73f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/OrdinaryDiffEqDifferentiation/src/derivative_utils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,7 @@ function resize_J_W!(cache, integrator, i)
830830
integrator.dt,
831831
cache.J,
832832
integrator.u,
833-
cache.W.jacvec;
834-
transform = cache.W.transform)
833+
cache.W.jacvec)
835834
cache.J = cache.W.J
836835
end
837836
else

0 commit comments

Comments
 (0)