handled by inner constructor

This commit is contained in:
kalmar 2017-07-21 13:22:47 +02:00
parent 7f67a68176
commit 6820274f65
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ end
#
###############################################################################
DirectProductGroup{T<:Group}(G::T, H::T) = DirectProductGroup{T}([G, H])
×(G::Group, H::Group) = DirectProductGroup([G,H])
###############################################################################