Skip to content

Commit

Permalink
Merge 18e0681 into e765453
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme committed Jun 23, 2018
2 parents e765453 + 18e0681 commit 44e61c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamicPolynomials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const MP = MultivariatePolynomials
using Nullables

# Exports which should be available for an enduser
import MultivariatePolynomials: differentiate, variables, subs
export differentiate, variables, subs
import MultivariatePolynomials: differentiate, variables, subs, maxdegree, mindegree
export differentiate, variables, subs, maxdegree, mindegree

#const PolyType{C} = Union{DMonomialLike{C}, RationalPoly{C}}
#iscomm(::PolyType{C}) where {C} = C
Expand Down

0 comments on commit 44e61c7

Please sign in to comment.