subckt.c: MOS model in subckt w/o L, W
This commit is contained in:
parent
997e58a142
commit
b68bca464f
|
|
@ -1968,7 +1968,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
|
||||||
name = gettok(&t);
|
name = gettok(&t);
|
||||||
|
|
||||||
found = 0;
|
found = 0;
|
||||||
while (*t && !found) {
|
while (!found) {
|
||||||
/* Now, is this a subcircuit model? */
|
/* Now, is this a subcircuit model? */
|
||||||
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next) {
|
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next) {
|
||||||
/* FIXME, probably too unspecific */
|
/* FIXME, probably too unspecific */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue