Silent bug fix

This commit is contained in:
Gabriel Gouvine 2015-07-02 17:32:09 +02:00
parent 98d4dd4fdf
commit f724be79d5
1 changed files with 2 additions and 1 deletions

View File

@ -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);