Skip to content

Commit

Permalink
Update src/diff.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Jun 2, 2024
1 parent b2a7b57 commit 7676c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ function jacobian_sparsity(exprs::AbstractArray, vars::AbstractArray)
J = Int[]


simterm(x, f, args; kw...) = maketerm(x, f, args, symtype(x); kw...)
simterm(x, f, args; metadata = nothing, kw...) = maketerm(x, f, args, symtype(x), metadata; kw...)

# This rewriter notes down which u's appear in a
# given du (whose index is stored in the `i` Ref)
Expand Down

0 comments on commit 7676c08

Please sign in to comment.