Skip to content

Commit f6099a6

Browse files
committed
Fix integer type
1 parent 408a4a5 commit f6099a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EquationUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mutable struct NodeIndex
100100
end
101101

102102
function index_constants(tree::Node)::NodeIndex
103-
return index_constants(tree, 0)
103+
return index_constants(tree, Int16(0))
104104
end
105105

106106
function index_constants(tree::Node, left_index::Int16)::NodeIndex

0 commit comments

Comments
 (0)