projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c85015
)
__ses_path_va_diode()
author
yu.dongliang
<18588496441@163.com>
Tue, 3 Oct 2023 09:48:16 +0000
(17:48 +0800)
committer
yu.dongliang
<18588496441@163.com>
Tue, 3 Oct 2023 09:48:16 +0000
(17:48 +0800)
ses_step_va_diode.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_step_va_diode.c
b/ses_step_va_diode.c
index a14b1abdc6af8a6da192f980d2c20d0d5cedb816..ca3ef00b9cb8397a5830c6f97a28c6823c98b77b 100644
(file)
--- 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 == p
i
->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 == p
j
->id)
return 0;
}