1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-12 01:35:29 +02:00

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

View File

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