1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-15 07:20:35 +02:00

handled by inner constructor

This commit is contained in:
kalmar 2017-07-21 13:22:47 +02:00
parent 7f67a68176
commit 6820274f65

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])
###############################################################################