Skip to content

Commit b87c5b1

Browse files
authored
typo in tag generation
1 parent 0155d2c commit b87c5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PolyesterForwardDiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120
# # #### in-place jac, in-place f ####
121121

122122
function evaluate_f_and_jacobian_chunks!(f!::F, (y,Δx,x), start, stop, ::ForwardDiff.Chunk{C}, check::Val{B}) where {F,C,B}
123-
Tag = tag(check, f, x)
123+
Tag = tag(check, f!, x)
124124
TagType = typeof(Tag)
125125
cfg = ForwardDiff.JacobianConfig(f!, y, x, ForwardDiff.Chunk{C}(), Tag)
126126

0 commit comments

Comments
 (0)