1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-09-13 08:35:40 +02:00

missing end

This commit is contained in:
kalmar 2017-06-05 13:23:10 +02:00
parent 2471c752e6
commit 0f3313b290

View File

@ -162,6 +162,7 @@ function check_property_T(name::String, generating_set::Function,
Δ, sdp_constraints = ΔandSDPconstraints(name)
else
Δ, sdp_constraints = ΔandSDPconstraints(name, generating_set, radius)
end
S = countnz(Δ.coeffs) - 1
info(logger, "|S| = $S")