mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-07 21:15: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)
|
return Alphabet(S, inversions)
|
||||||
end
|
end
|
||||||
|
|
||||||
struct AutomorphismGroup{G<:Group,T,RW,S} <: AbstractFPGroup
|
mutable struct AutomorphismGroup{G<:Group,T,RW,S} <: AbstractFPGroup
|
||||||
group::G
|
group::G
|
||||||
gens::Vector{T}
|
gens::Vector{T}
|
||||||
rw::RW
|
rw::RW
|
||||||
|
Loading…
Reference in New Issue
Block a user