inp2m.c, #14/15b, cleanup, drop empty blocks

This commit is contained in:
rlar 2017-03-05 16:54:25 +01:00
parent 8fa3afa4ae
commit 85236c08e6
1 changed files with 1 additions and 6 deletions

View File

@ -157,17 +157,12 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current)
if (!thismodel && nodeflag < 5)
INPgetModBin(ckt, nname[nodeflag], &thismodel, tab, line);
if (thismodel) {
}
else {
if (!thismodel) {
nodeflag = 4; /* now reset to a 4 node device */
line = save; /* reset the posn to what it sould be */
}
} else {
}
} else {
}
} else {
}
if (!valid_numnodes(nodeflag, thismodel, current))