no need to prefix

This commit is contained in:
kalmarek 2018-01-25 21:39:06 +01:00
parent 7a56aad3dc
commit 550d69d78e
1 changed files with 1 additions and 1 deletions

View File

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