mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
move includes to the top of the file
This commit is contained in:
parent
6939c0f00a
commit
0b800b5366
@ -58,6 +58,19 @@ end
|
||||
|
||||
abstract type AbstractFPGroup <: Group end
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Includes
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
include("FreeGroup.jl")
|
||||
include("FPGroups.jl")
|
||||
include("AutGroup.jl")
|
||||
|
||||
include("DirectProducts.jl")
|
||||
include("WreathProducts.jl")
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Type and parent object methods
|
||||
@ -401,17 +414,4 @@ function generate_balls{T<:RingElem}(S::Vector{T}, Id::T=one(parent(first(S)));
|
||||
return B, sizes
|
||||
end
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Includes
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
include("FreeGroup.jl")
|
||||
include("FPGroups.jl")
|
||||
include("AutGroup.jl")
|
||||
|
||||
include("DirectProducts.jl")
|
||||
include("WreathProducts.jl")
|
||||
|
||||
end # of module Groups
|
||||
|
Loading…
Reference in New Issue
Block a user