Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit efb05a5

Browse files
vpuri3ChrisRackauckas
authored andcommitted
fix typo
1 parent 75974ed commit efb05a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/differentiation/vecjac_products.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474

7575
function update_coefficients!(L::RevModeAutoDiffVecProd{false}, u, p, t)
7676
L.u .= u
77-
L.f(L.cache1, L.u, L.p, L.t)
77+
L.f(L.cache[1], L.u, L.p, L.t)
7878
L
7979
end
8080

0 commit comments

Comments
 (0)