mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
no need to store initial value of savedhash
it must be accessed after checking the modified filed
This commit is contained in:
parent
ffd5bbdc19
commit
6a7bb03d73
@ -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, UInt(0))
|
||||
Automorphism{N}(f::Vector{AutSymbol}) where N = new(f, true)
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user