Skip to content

Commit e555d3d

Browse files
committed
Fix
1 parent 9287ee2 commit e555d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/term.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ function MA.mutable_operate!(::typeof(one), t::Term)
6767
MA.mutable_operate!(zero, t.x.z)
6868
return t
6969
end
70-
_add_variables!(t::Term, allvars, map) = _add_variables(t.x, allvars, map)
70+
_add_variables!(t::Term, allvars, map) = _add_variables!(t.x, allvars, map)

0 commit comments

Comments
 (0)