Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 23, 2018
1 parent c4dbf97 commit d4b201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sdsos_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@polyvar x[1:3]
vx = monomials(x, 4) # Degree 4 homogeneous
# Coefficient of polynomial
cp = collect(15:-1:1) # TODO remove collect once DynamicPolynomials is released
cp = 15:-1:1
p = polynomial(cp, vx)


Expand Down

0 comments on commit d4b201f

Please sign in to comment.