1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-17 10:55:30 +02:00

no need to prefix

This commit is contained in:
kalmarek 2018-01-25 21:39:06 +01:00
parent 7a56aad3dc
commit 550d69d78e

View File

@ -229,7 +229,7 @@ function check_property_T(sett::Settings)
cond2 = exists(filename(fullpath(sett), :P)) cond2 = exists(filename(fullpath(sett), :P))
if !sett.warmstart && cond1 && cond2 if !sett.warmstart && cond1 && cond2
λ, P = PropertyT.λandP(fullpath(sett)) λ, P = λandP(fullpath(sett))
else else
info(sett.logger, "Creating SDP problem...") info(sett.logger, "Creating SDP problem...")
SDP_problem, orb_data = create_SDP_problem(sett) SDP_problem, orb_data = create_SDP_problem(sett)