delta, not \Delta, again

This commit is contained in:
kalmar 2017-06-07 11:07:37 +02:00
parent 8b694b6758
commit 49c9151a83
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ function compute_orbit_data{T<:GroupElem}(logger, name::String, G::Group, S::Vec
RG = GroupRing(G, E4, E_dict, pm)
Δ = PropertyT.splaplacian(RG, S)
@assert GroupRings.augmentation(Δ) == 0
save(joinpath(name, "delta.jld"), "delta", Δ.coeffs)
save(joinpath(name, "delta.jld"), "Δ", Δ.coeffs)
save(joinpath(name, "pm.jld"), "pm", pm)
N = length(G.objectGroup.gens)