Bug fix for error "unknown parameter(save)"

This commit is contained in:
pnenzi 2005-09-18 08:24:07 +00:00
parent d457775820
commit ebb48f93ed
1 changed files with 1 additions and 1 deletions

View File

@ -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;