mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-04 18:11:26 +01:00
parent is constructable, don't use it in hash
This commit is contained in:
parent
c60e5a8c5c
commit
d668574805
@ -126,7 +126,7 @@ function hash(G::WreathProduct, h::UInt)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function hash(g::WreathProductElem, h::UInt)
|
function hash(g::WreathProductElem, h::UInt)
|
||||||
return hash(g.n, hash(g.p, hash(parent(g), h)))
|
return hash(g.n, hash(g.p, hash(WreathProductElem, h)))
|
||||||
end
|
end
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user