Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] committed Aug 8, 2018
1 parent 0e0edc6 commit c210509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/Combinatorics.jl
@@ -1,4 +1,3 @@
VERSION < v"0.7.0-beta2.199" && __precompile__()

module Combinatorics

Expand Down
6 changes: 1 addition & 5 deletions src/partitions.jl
Expand Up @@ -473,11 +473,7 @@ end

#Noncrossing partitions

if VERSION >= v"0.7.0-DEV.3251"
const _cmp = cmp
else
const _cmp = lexcmp
end
const _cmp = cmp

#Produces noncrossing partitions of length n
function ncpartitions(n::Int)
Expand Down

0 comments on commit c210509

Please sign in to comment.