fix order of `using XXX` to make sure the types are known to JLD

This commit is contained in:
kalmarek 2019-01-18 15:57:21 +01:00
parent 4768bb6e35
commit 23f829a874
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
using Test
using AbstractAlgebra, Nemo, Groups, SCS
using JLD
using PropertyT
# write your own tests here
using Test
indexing(n) = [(i,j) for i in 1:n for j in (i+1):n]
function Groups.gens(M::MatSpace)