mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-04 18:11:26 +01:00
handled by inner constructor
This commit is contained in:
parent
7f67a68176
commit
6820274f65
@ -58,8 +58,6 @@ end
|
|||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
DirectProductGroup{T<:Group}(G::T, H::T) = DirectProductGroup{T}([G, H])
|
|
||||||
|
|
||||||
×(G::Group, H::Group) = DirectProductGroup([G,H])
|
×(G::Group, H::Group) = DirectProductGroup([G,H])
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user