From ebb48f93ed426fa51e18750552291db9e62fee1b Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sun, 18 Sep 2005 08:24:07 +0000 Subject: [PATCH] Bug fix for error "unknown parameter(save)" --- src/spicelib/parser/inp2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inp2d.c b/src/spicelib/parser/inp2d.c index 41e02237f..ce8274c7a 100644 --- a/src/spicelib/parser/inp2d.c +++ b/src/spicelib/parser/inp2d.c @@ -61,7 +61,7 @@ void INP2D(void *ckt, INPtables * tab, card * current) LITERR("incorrect model type"); return; } - type = mytype; + type = thismodel->INPmodType; /*HT 050903*/ mdfast = (thismodel->INPmodfast); } else { type = mytype;