inp2q.c, #15/23, rewrite, fall into an empty 'else' body when !ADMS
This commit is contained in:
parent
0bf0021a63
commit
83fb9353ef
|
|
@ -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…
Reference in New Issue