From 83fb9353efd49568b7a48588d5cf0edadd7f0c94 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 11 Mar 2017 12:52:09 +0100 Subject: [PATCH] inp2q.c, #15/23, rewrite, fall into an empty 'else' body when !ADMS --- src/spicelib/parser/inp2q.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inp2q.c b/src/spicelib/parser/inp2q.c index f4e28ece9..e09be73f0 100644 --- a/src/spicelib/parser/inp2q.c +++ b/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);