1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00

rename fields in TriangleGrp

This commit is contained in:
Marek Kaluba 2022-01-18 11:23:48 +01:00
parent 791295f33c
commit 404ed139c2
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

@ -1,5 +1,5 @@
struct TriangleGrp struct TriangleGrp
type::NTuple{3,Int} half_girth_type::NTuple{3,Int}
generators::Vector{String} generators::Vector{String}
relations::Vector{String} relations::Vector{String}
order1::Int order1::Int
@ -15,7 +15,7 @@ struct TriangleGrp
L2_quotients::Vector{String} L2_quotients::Vector{String}
quotients::Vector{Pair{String,Int}} quotients::Vector{Pair{String,Int}}
alternating_quotients::Vector{Int} alternating_quotients::Vector{Int}
maximal_order_alt_quo::Int maximal_degree_alternating_quotients::Int
end end
_name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)" _name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)"