Skip to content

Commit c6ffe2f

Browse files
authored
Update src/polyform.jl
1 parent 419f7c1 commit c6ffe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ end
155155
function PolyForm(x,
156156
pvar2sym=get_pvar2sym(),
157157
sym2term=get_sym2term(),
158-
vtype=MP.AbstractVariable;
158+
vtype=DynamicPolynomials.Variable{ DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder},DynamicPolynomials.Graded{MP.LexOrder}};
159159
Fs = Union{typeof(+), typeof(*), typeof(^)},
160160
recurse=false,
161161
metadata=metadata(x))

0 commit comments

Comments
 (0)