From: yu.dongliang <18588496441@163.com> Date: Tue, 11 Jul 2023 08:40:42 +0000 (+0800) Subject: tmp X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=ee4216bb58ead2128b73addb4926e8c005da7463;p=ses.git tmp --- diff --git a/ses_layout.c b/ses_layout.c index d1c7655..4542ab4 100644 --- a/ses_layout.c +++ b/ses_layout.c @@ -278,7 +278,7 @@ int __ses_layout_function2(ScfEfunction* f, ScfEline* el, size_t* pn, uint32_t d else if ((SCF_EDA_PIN_IN | SCF_EDA_PIN_OUT) & el->flags) l->x0 = bx + d; else - l->x0 = bx + 2 * d + rand() % d; + l->x0 = bx + 2 * d; l->y0 = by + (n + j) * d; l->y1 = l->y0;