replace missing sett.warmstart by simple warm

This commit is contained in:
kalmarek 2018-03-21 14:20:48 +01:00
parent 90e7859d02
commit db455df852
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius,
cond1 = exists(filename(fullpath, ))
cond2 = exists(filename(fullpath, :P))
if !sett.warmstart && cond1 && cond2
if !(warm) && cond1 && cond2
info(LOGGER, "Loading precomputed λ, P...")
λ, P = λandP(fullpath)
else