Browse Source

inp2m.c, #3/15b, set 'save' a little sooner

pre-master-46
rlar 9 years ago
parent
commit
f7b3f40c70
  1. 3
      src/spicelib/parser/inp2m.c

3
src/spicelib/parser/inp2m.c

@ -124,8 +124,9 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current)
}
else {
nodeflag = 4; /* now reset to a 4 node device */
model = nname5;
line = save; /* reset the posn to what it sould be */
model = nname5;
}
} else {
/* 7th token is a model - only have 6 terminal device */

Loading…
Cancel
Save