1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-08 15:58:53 +02:00

argument name is not used in elem_type

This commit is contained in:
kalmar 2017-07-23 17:07:21 +02:00
parent f8dfa91980
commit 2e6372576e

View File

@ -49,7 +49,7 @@ end
# #
############################################################################### ###############################################################################
elem_type{T<:Group}(G::WreathProduct{T}) = WreathProductElem{elem_type(T)} elem_type{T<:Group}(::WreathProduct{T}) = WreathProductElem{elem_type(T)}
parent_type{T<:GroupElem}(::Type{WreathProductElem{T}}) = parent_type{T<:GroupElem}(::Type{WreathProductElem{T}}) =
WreathProduct{parent_type(T)} WreathProduct{parent_type(T)}