level for ekv2.6 is 44

This commit is contained in:
Holger Vogt 2020-12-28 23:21:20 +01:00
parent 50ec89e284
commit 8602915942
1 changed files with 1 additions and 1 deletions

View File

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