Compare commits

...

2 Commits

Author SHA1 Message Date
7721a40912 Merge branch 'dev' into python-renderer 2019-11-28 17:59:22 +01:00
e3b6ee66ef Fix typo in comment 2019-11-28 17:59:06 +01:00

View File

@ -597,7 +597,7 @@ static void convert_aref_to_sref(struct gds_cell_array_instance *aref, struct gd
/* Iterate over columns and rows */
for (col = 0; col < aref->columns; col++) {
for (row = 0; row < aref->rows; row++) {
/* Create new instance for this row/column and aconfigure data */
/* Create new instance for this row/column and configure data */
container_cell->child_cells = append_cell_ref(container_cell->child_cells, &sref_inst);
if (!sref_inst) {
GDS_ERROR("Appending cell ref failed!");