Updated the version to go along with the merge of pull request
the existing coding style.
This commit is contained in:
parent
7083d1904c
commit
73bad08457
|
|
@ -1993,8 +1993,10 @@ defComponentFunc(cellUse, defdata)
|
||||||
|
|
||||||
fprintf(f, " - %s %s\n + PLACED ( %.10g %.10g ) %s ;\n",
|
fprintf(f, " - %s %s\n + PLACED ( %.10g %.10g ) %s ;\n",
|
||||||
cellUse->cu_id, nameroot,
|
cellUse->cu_id, nameroot,
|
||||||
(float)(cellUse->cu_bbox.r_xbot - cellUse->cu_def->cd_bbox.r_ll.p_x) * oscale,
|
(float)(cellUse->cu_bbox.r_xbot - cellUse->cu_def->cd_bbox.r_ll.p_x)
|
||||||
(float)(cellUse->cu_bbox.r_ybot - cellUse->cu_def->cd_bbox.r_ll.p_y) * oscale,
|
* oscale,
|
||||||
|
(float)(cellUse->cu_bbox.r_ybot - cellUse->cu_def->cd_bbox.r_ll.p_y)
|
||||||
|
* oscale,
|
||||||
defTransPos(&cellUse->cu_transform));
|
defTransPos(&cellUse->cu_transform));
|
||||||
|
|
||||||
return 0; /* Keep the search going */
|
return 0; /* Keep the search going */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue