missing end

This commit is contained in:
kalmar 2017-06-05 13:23:10 +02:00
parent 2471c752e6
commit 0f3313b290
1 changed files with 1 additions and 0 deletions

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")