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

This commit is contained in:
rlar 2017-03-11 12:52:09 +01:00
parent 0bf0021a63
commit 83fb9353ef
1 changed files with 1 additions and 1 deletions

View File

@ -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);