diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 732bd78c9..01a325b30 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -7812,7 +7812,7 @@ static struct card *pspice_compat(struct card *oldcard) switch (ll) { case 5: { - char* newline = tprintf(".model %s %s level=45 %s", modname, modtype, lv); + char* newline = tprintf(".model %s %s level=44 %s", modname, modtype, lv); tfree(card->line); card->line = newline; }