FreeGroup and AutGroup are AbstractFPGroups

This commit is contained in:
kalmar 2017-07-06 09:17:17 +02:00
parent 5baa5935c3
commit 95ac3940d7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ end
typealias AutGroupElem GWord{AutSymbol}
type AutGroup <: FPGroup
type AutGroup <: AbstractFPGroup
objectGroup::Group
gens::Vector{AutSymbol}
end

View File

@ -11,7 +11,7 @@ end
typealias FreeGroupElem GWord{FreeSymbol}
type FreeGroup <: FPGroup
type FreeGroup <: AbstractFPGroup
gens::Vector{FreeSymbol}
# order::Vector{T}
# fastmult_table::Array{Int,2}