Skip to content

Commit 2ea940a

Browse files
Update src/gauss_adjoint.jl
1 parent 438aa87 commit 2ea940a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gauss_adjoint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ function vec_pjac!(out, λ, y, t, S::GaussIntegrand)
498498
Enzyme.remake_zero!(tmp6)
499499

500500
Enzyme.autodiff(
501-
Enzyme.Reverse, Enzyme.Duplicated(SciMLBase.Void(pf), tmp6), Enzyme.Const,
501+
Enzyme.Reverse, Enzyme.Duplicated(pf, tmp6), Enzyme.Const,
502502
Enzyme.Duplicated(tmp3, tmp4),
503503
Enzyme.Const(y), Enzyme.Duplicated(p, out), Enzyme.Const(t))
504504
else

0 commit comments

Comments
 (0)