Merge pull request #8 from mmicko/fix-lock

Removes unnecessary unlock causing trouble with placer
This commit is contained in:
Serge Bazanski 2018-08-01 20:14:16 +01:00 committed by GitHub
commit 97b16c6a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}