Skip to content

Commit 6b35e8f

Browse files
committed
Update
1 parent e52a787 commit 6b35e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nonlinear/SymbolicAD/SymbolicAD.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ See `f` for details.
11901190
function _to_symbolic_form(
11911191
nlp::MOI.Nonlinear.Model,
11921192
expr::MOI.Nonlinear.Expression,
1193-
variable_to_column::Dict{Int,Int},
1193+
variable_to_column::Dict{Int64,Int},
11941194
)
11951195
list_of_variables = Int[]
11961196
tree = Any[]

0 commit comments

Comments
 (0)