Browse Source

inp2q.c, #22/23, drop #ifdef, model_numnodes() does care about this

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

2
src/spicelib/parser/inp2q.c

@ -90,14 +90,12 @@ void INP2Q(CKTcircuit *ckt, INPtables * tab, card * current, CKTnode *gnode)
if (i == 4) { if (i == 4) {
nodeflag = 4; nodeflag = 4;
#ifdef ADMS
if (5 == model_numnodes(thismodel->INPmodType)) { if (5 == model_numnodes(thismodel->INPmodType)) {
char *token = copy("0"); char *token = copy("0");
node[4] = gnode; /* 4-terminal adms device - thermal node to ground */ node[4] = gnode; /* 4-terminal adms device - thermal node to ground */
INPtermInsert(ckt, &token, tab, &node[4]); INPtermInsert(ckt, &token, tab, &node[4]);
nodeflag = 5; /* now specify a 5 node device */ nodeflag = 5; /* now specify a 5 node device */
} }
#endif
} }
if (i == 5) if (i == 5)

Loading…
Cancel
Save