Skip to content

Commit c153d75

Browse files
committed
Typo
1 parent e016b5e commit c153d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/differentiation/compute_jacobian_ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function forwarddiff_color_jacobian!(J::AbstractMatrix{<:Number},
366366
partial_i = p[i]
367367

368368
if vect isa Array
369-
@inbounds @simd ivdep for j in eachindex(vect, vecx, partials_i)
369+
@inbounds @simd ivdep for j in eachindex(vect, vecx, partial_i)
370370
vect[j] = eltype(t)(vecx[j], ForwardDiff.Partials(partial_i[j]))
371371
end
372372
else

0 commit comments

Comments
 (0)