1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

splaplacian doesn't have Id argument

This commit is contained in:
kalmarek 2017-10-27 18:36:59 +02:00
parent ca18f75efd
commit 5bb311141d

View File

@ -80,7 +80,7 @@ function ΔandSDPconstraints{T<:GroupElem}(S::Vector{T}, Id::T; radius::Int=2)
RG = GroupRing(parent(Id), B, pm)
Δ = splaplacian(RG, S, Id)
Δ = splaplacian(RG, S)
return Δ, sdp_constraints
end