From e9325acbb5dc8a5eef2faeb34e24495bf5ab5586 Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Tue, 3 Oct 2023 17:48:16 +0800 Subject: [PATCH] __ses_path_va_diode() --- ses_step_va_diode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ses_step_va_diode.c b/ses_step_va_diode.c index a14b1ab..ca3ef00 100644 --- a/ses_step_va_diode.c +++ b/ses_step_va_diode.c @@ -241,7 +241,7 @@ static int __ses_path_va_diode(ScfEfunction* f, ses_path_t* path) if (SCF_EDA_Transistor != c->type) break; - if (SCF_EDA_Transistor_C == p->id) + if (SCF_EDA_Transistor_C == pi->id) return 0; } @@ -263,7 +263,7 @@ static int __ses_path_va_diode(ScfEfunction* f, ses_path_t* path) if (SCF_EDA_Transistor != c->type) break; - if (SCF_EDA_Transistor_C == p->id) + if (SCF_EDA_Transistor_C == pj->id) return 0; } -- 2.25.1