make AutomorphismGroup mutable

parent field of an automorphism is now a pointer (i.e. 8 bytes)
This commit is contained in:
Marek Kaluba 2023-03-22 21:43:00 +01:00
parent 1f1e51917a
commit a1bc334fb2
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function KnuthBendix.Alphabet(S::AbstractVector{<:GSymbol})
return Alphabet(S, inversions)
end
struct AutomorphismGroup{G<:Group,T,RW,S} <: AbstractFPGroup
mutable struct AutomorphismGroup{G<:Group,T,RW,S} <: AbstractFPGroup
group::G
gens::Vector{T}
rw::RW