Skip to content

Commit 4aecc8c

Browse files
committed
Fix
1 parent 45b0b06 commit 4aecc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ function MA.mutable_operate!(::typeof(one), p::Polynomial{C, T}) where {C, T}
263263
end
264264
return p
265265
end
266-
_add_variables!(p::Polynomial, allvars, map) = _add_variables(p.x, allvars, map)
266+
_add_variables!(p::Polynomial, allvars, map) = _add_variables!(p.x, allvars, map)

0 commit comments

Comments
 (0)