workaround for Nemo-v0.6.3+: perm is no longer a type, it's a function
This commit is contained in:
parent
66a38d89aa
commit
106abbe5c1
@ -2,6 +2,9 @@ using ArgParse
|
||||
using SCS
|
||||
|
||||
using Nemo
|
||||
if VERSION >= v"0.6.0"
|
||||
import Nemo.Generic.perm
|
||||
end
|
||||
using PropertyT
|
||||
|
||||
using Groups
|
||||
|
@ -2,6 +2,10 @@ using ArgParse
|
||||
using SCS.SCSSolver
|
||||
|
||||
using Nemo
|
||||
if VERSION >= v"0.6.0"
|
||||
import Nemo.Generic.perm
|
||||
end
|
||||
|
||||
using PropertyT
|
||||
|
||||
using Groups
|
||||
|
Loading…
Reference in New Issue
Block a user