inp2m.c, #8/15b, unify, add two invocations without any effect

This commit is contained in:
rlar 2017-03-05 16:49:30 +01:00
parent 55c9c3a73b
commit 395939d2f4
1 changed files with 6 additions and 0 deletions

View File

@ -172,6 +172,9 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current)
line = save; /* reset the posn to what it sould be */
/* nodeflag == 4 */
if (!valid_numnodes(nodeflag, thismodel, current))
return;
model = nname5;
}
} else {
@ -193,6 +196,9 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current)
}
} else {
/* nodeflag == 4 */
if (!valid_numnodes(nodeflag, thismodel, current))
return;
model = nname5;
}