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

Commit 530e1b2

Browse files
committed
Fix typo
1 parent 0b3241a commit 530e1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/differentiation/jaches_products.jl

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

209209
function update_coefficients(L::FwdModeAutoDiffVecProd, u, p, t)
210210
f = update_coefficients(L.f, u, p, t)
211-
FwdModeAutoDiffVecProd(f, u, L.vecprod, L.vecprod!, L.cache)
211+
FwdModeAutoDiffVecProd(f, u, L.cache, L.vecprod, L.vecprod!)
212212
end
213213

214214
function update_coefficients!(L::FwdModeAutoDiffVecProd, u, p, t)

0 commit comments

Comments
 (0)