aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/placer1.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 461fc4e8..77e33f5b 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -387,8 +387,6 @@ class SAPlacer
// SA acceptance criterea
if (delta < 0 || (temp > 1e-6 && (ctx->rng() / float(0x3fffffff)) <= std::exp(-delta / temp))) {
n_accept++;
- //if (delta < 2)
- // improved = true;
} else {
if (other != IdString())
ctx->unbindBel(oldBel);