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

update json

This commit is contained in:
Marek Kaluba 2022-01-24 12:46:11 +01:00
parent f2eb4962f3
commit 450e1244cb
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 4847 additions and 1864 deletions

View File

@ -129,7 +129,7 @@ end
function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::TriangleGrp) function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::TriangleGrp)
D = DataStructures.OrderedDict{Symbol,Any}(:name => latex_name(G)) D = DataStructures.OrderedDict{Symbol,Any}(:name => latex_name(G))
D[:name_uft8] = _to_utf8(D[:name]) D[:name_utf8] = _to_utf8(D[:name])
for fname in fieldnames(TriangleGrp) for fname in fieldnames(TriangleGrp)
D[fname] = getfield(G, fname) D[fname] = getfield(G, fname)
end end

File diff suppressed because it is too large Load Diff