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

indentation

This commit is contained in:
kalmar 2017-08-04 20:33:21 +02:00
parent 9ed8679c95
commit 845d7733a4

View File

@ -197,7 +197,7 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius)
# @assert P == Symmetric(P)
Q = real(sqrtm(Symmetric(P)))
sgap = check_distance_to_positive_cone(Δ, λ, Q, 2*radius, tol=tol, rational=false)
sgap = check_distance_to_positive_cone(Δ, λ, Q, 2*radius, tol=tol)
if isa(sgap, Interval)
sgap = sgap.lo
end