From 98744d4f30f30304643321370ce9c12901b2e74f Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 8 Jun 2017 21:46:07 +0200 Subject: [PATCH] we need Flota64 laplacian --- src/PropertyT.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PropertyT.jl b/src/PropertyT.jl index 0140075..e153042 100644 --- a/src/PropertyT.jl +++ b/src/PropertyT.jl @@ -69,7 +69,7 @@ function ΔandSDPconstraints{T<:GroupElem}(S::Vector{T}, Id::T; radius::Int=2) RG = GroupRing(parent(Id), B, pm) - Δ = splaplacian(RG, S, Id, sizes[2*radius]) + Δ = splaplacian(RG, S, Id, Float64) return Δ, sdp_constraints end