From f7b3f40c70d27ba2a015b6c561a3c7c2867f78e3 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 5 Mar 2017 13:24:25 +0100 Subject: [PATCH] inp2m.c, #3/15b, set 'save' a little sooner --- src/spicelib/parser/inp2m.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spicelib/parser/inp2m.c b/src/spicelib/parser/inp2m.c index 7da02e4ad..60a21080a 100644 --- a/src/spicelib/parser/inp2m.c +++ b/src/spicelib/parser/inp2m.c @@ -124,8 +124,9 @@ INP2M(CKTcircuit *ckt, INPtables *tab, card *current) } else { nodeflag = 4; /* now reset to a 4 node device */ - model = nname5; line = save; /* reset the posn to what it sould be */ + + model = nname5; } } else { /* 7th token is a model - only have 6 terminal device */