From 80ef8b308d67c687e6760a02c0287a537ecfcd24 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 18 Mar 2017 19:52:16 +0100 Subject: [PATCH] inp2m.c, do not restrict binning to four nodes until now, for unknown reasons, the search for binned modelnames was restricted to instances with less than five nodes. --- src/spicelib/parser/inp2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inp2m.c b/src/spicelib/parser/inp2m.c index 662f94fc8..e1a578018 100644 --- a/src/spicelib/parser/inp2m.c +++ b/src/spicelib/parser/inp2m.c @@ -96,7 +96,7 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current) txfree(INPgetMod(ckt, nname[i], &thismodel, tab)); /* check if using model binning -- pass in line since need 'l' and 'w' */ - if (!thismodel && i < 5) + if (!thismodel) txfree(INPgetModBin(ckt, nname[i], &thismodel, tab, line)); if (thismodel)