Skip to content

Commit fd5756b

Browse files
committed
remove type restriction on exprs
1 parent 8b89108 commit fd5756b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/direct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
Return an array of booleans `finds` where `finds[i]` is true if `exprs[i]` occurs in `expr`
8686
false otherwise.
8787
"""
88-
function exprs_occur_in(exprs::Vector, expr)
88+
function exprs_occur_in(exprs, expr)
8989
vec(jacobian_sparsity([expr], exprs))
9090
end
9191

0 commit comments

Comments
 (0)