Removes unnecessary unlock causing trouble with placer

This commit is contained in:
Miodrag Milanovic 2018-08-01 20:32:15 +02:00
parent 1d6ec0fb8c
commit 79b844f09c

View File

@ -193,7 +193,6 @@ class SAPlacer
if (temp <= 1e-3 && n_no_progress >= 5) {
if (iter % 5 != 0)
log_info(" at iteration #%d: temp = %f, cost = %f\n", iter, temp, double(curr_metric));
ctx->unlock();
break;
}