Removes unnecessary unlock causing trouble with placer
This commit is contained in:
parent
1d6ec0fb8c
commit
79b844f09c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user