Browse Source

inp2q.c, #15/23, rewrite, fall into an empty 'else' body when !ADMS

pre-master-46
rlar 9 years ago
parent
commit
83fb9353ef
  1. 2
      src/spicelib/parser/inp2q.c

2
src/spicelib/parser/inp2q.c

@ -86,8 +86,8 @@ void INP2Q(CKTcircuit *ckt, INPtables * tab, card * current, CKTnode *gnode)
model = nname[i];
INPinsert(&model, tab);
current->error = INPgetMod(ckt, model, &thismodel, tab);
#ifdef ADMS
} else {
#ifdef ADMS
INPtermInsert(ckt, &nname[i], tab, &node[i]);
i = 5;
INPgetTok(&line, &nname[i], 1);

Loading…
Cancel
Save