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
1 changed files with 1 additions and 1 deletions

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}}) =
WreathProduct{parent_type(T)}