mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
Automorphism: initialize hash to 0x0
This commit is contained in:
parent
e9ae22cfe9
commit
7f25d96038
@ -41,7 +41,7 @@ mutable struct Automorphism{N} <: GWord{AutSymbol}
|
||||
savedhash::UInt
|
||||
parent::AutGroup{N}
|
||||
|
||||
Automorphism{N}(f::Vector{AutSymbol}) where N = new(f, true)
|
||||
Automorphism{N}(f::Vector{AutSymbol}) where N = new(f, true, zero(UInt))
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user