From 49c9151a83076f46222d2220c9dd22800bea245b Mon Sep 17 00:00:00 2001 From: kalmar Date: Wed, 7 Jun 2017 11:07:37 +0200 Subject: [PATCH] delta, not \Delta, again --- OrbitDecomposition.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OrbitDecomposition.jl b/OrbitDecomposition.jl index dec7c05..33702e4 100644 --- a/OrbitDecomposition.jl +++ b/OrbitDecomposition.jl @@ -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)