mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-06 04:50:28 +01:00
make AutomorphismGroup mutable
parent field of an automorphism is now a pointer (i.e. 8 bytes)
This commit is contained in:
parent
1f1e51917a
commit
a1bc334fb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user