diff options
Diffstat (limited to 'common/placer1.cc')
-rw-r--r-- | common/placer1.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.cc b/common/placer1.cc index a71cbc9a..98251627 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -242,6 +242,7 @@ class SAPlacer } require_legal = false; diameter = 3; + log_info("Running simulated annealing placer for refinement.\n"); } auto saplace_start = std::chrono::high_resolution_clock::now(); |