Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 29, 2020
1 parent 33429fe commit 60fd145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ function MA.mutable_operate!(::typeof(one), t::Term)
MA.mutable_operate!(zero, t.x.z)
return t
end
_add_variables!(t::Term, allvars, map) = _add_variables(t.x, allvars, map)
_add_variables!(t::Term, allvars, map) = _add_variables!(t.x, allvars, map)

0 comments on commit 60fd145

Please sign in to comment.