aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/place_sa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.cc b/common/place_sa.cc
index 11f46ad9..8b111c6c 100644
--- a/common/place_sa.cc
+++ b/common/place_sa.cc
@@ -163,7 +163,7 @@ class SAPlacer
improved = false;
if (iter % 5 == 0 || iter == 1)
- log_info(" at iteration #%d: temp = %.02f, wire length = "
+ log_info(" at iteration #%d: temp = %f, wire length = "
"%.0f, est tns = %.02fns\n",
iter, temp, double(curr_wirelength), curr_tns);