From f724be79d5a387a9d12106743643ab0a4c15bf85 Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Thu, 2 Jul 2015 17:32:09 +0200 Subject: [PATCH] Silent bug fix --- coloquinte/src/detailed.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coloquinte/src/detailed.cxx b/coloquinte/src/detailed.cxx index b0e5197d..dafc22cf 100644 --- a/coloquinte/src/detailed.cxx +++ b/coloquinte/src/detailed.cxx @@ -20,7 +20,8 @@ detailed_placement::detailed_placement( plt_(pl), cell_rows_(placement_rows), min_x_(min_x), max_x_(max_x), - y_origin_(y_origin) + y_origin_(y_origin), + row_height_(row_height) { assert(row_height > 0);