Browse Source

subckt.c: MOS model in subckt w/o L, W

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
5cbdca2cc6
  1. 2
      src/frontend/subckt.c

2
src/frontend/subckt.c

@ -1969,7 +1969,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
name = gettok(&t);
found = 0;
while (*t && !found) {
while (!found) {
/* Now, is this a subcircuit model? */
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next) {
/* FIXME, probably too unspecific */

Loading…
Cancel
Save