mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-09 04:05:27 +01:00
rename fields in TriangleGrp
This commit is contained in:
parent
791295f33c
commit
404ed139c2
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user